Language settings: Report it in the bug report

This commit is contained in:
manuroe
2017-07-21 15:09:23 +02:00
parent b2c5ec3cca
commit 4e723a1fe1
@@ -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;