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:
Christian Hohnstaedt 2024-03-08 00:22:12 +01:00
parent 3457454e88
commit c0df4b5740

View File

@ -34,6 +34,7 @@
<string>no</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>@LANGUAGES_PLIST@</string>
</array>
<key>CFBundleDocumentTypes</key>