mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Language settings: Report it in the bug report
This commit is contained in:
@@ -237,8 +237,8 @@
|
||||
}
|
||||
|
||||
userInfo[@"locale"] = [NSLocale preferredLanguages][0];
|
||||
userInfo[@"app_language"] = [[NSBundle mainBundle] preferredLocalizations][0];
|
||||
//TODO
|
||||
userInfo[@"default_app_language"] = [[NSBundle mainBundle] preferredLocalizations][0]; // The language chosen by the OS
|
||||
userInfo[@"app_language"] = [NSBundle mxk_language] ? [NSBundle mxk_language] : userInfo[@"default_app_language"]; // The language chosen by the user
|
||||
|
||||
bugReportRestClient.others = userInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user