mirror of https://github.com/yuzu-mirror/yuzu
yuzu/main: Make error messages within OnCoreError more localization-friendly
Previously, a translated string was being appended onto another string in a manner that doesn't allow the translator to control where the appended text is placed. This can be a nuisance for languages where grammar and text ordering differs from English. We now append the strings via the format strings themselves, which allows translators to reorder where the text will be placed.pull/8/head
parent
9e689a81f8
commit
5085a16d78
Loading…
Reference in New Issue