From c0df4b574073617a5aaa9aa9f5d827eade4a535b Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Fri, 8 Mar 2024 00:22:12 +0100 Subject: [PATCH] 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. --- misc/Info.plist.in | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/Info.plist.in b/misc/Info.plist.in index 2554282d..1f785f1d 100644 --- a/misc/Info.plist.in +++ b/misc/Info.plist.in @@ -34,6 +34,7 @@ no CFBundleLocalizations + en @LANGUAGES_PLIST@ CFBundleDocumentTypes