mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Close #532: XCA not in English on macos
The "en" language was missing from the list of languages in Info.plist:CFBundleLocalization. English is the source language for all translations and not part of the LANGUAGES_PLIST variable. The LANGUAGES_PLIST is compiled from the list of all languages, XCA is translated to. If no translated language is installed in the system, the first one from the list will be picked, apparently. Add static "en" entry to Info.plist:CFBundleLocalizations as first language-entry and thus as fallback language if nothing else matched.
This commit is contained in:
parent
3457454e88
commit
c0df4b5740
@ -34,6 +34,7 @@
|
||||
<string>no</string>
|
||||
<key>CFBundleLocalizations</key>
|
||||
<array>
|
||||
<string>en</string>
|
||||
<string>@LANGUAGES_PLIST@</string>
|
||||
</array>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user