Details
-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
-
ea435bb12 (dev), 2e58e04c7 (6.8), be8c08ce4 (6.7)
Description
The _qt_internal_set_apple_localizations() command in QtPublicAppleHelpers.cmake makes adjustments to the Info.plist file generated for an app on Apple platforms. It populates the CFBundleLocalizations array from the QT_I18N_TRANSLATED_LANGUAGES variable, but it should probably also set CFBundleDevelopmentRegion to the value of the QT_I18N_SOURCE_LANGUAGE variable too.
Also see QTBUG-63324 for some relevant background.