This commit is contained in:
Eric Bailey
2024-09-17 09:30:57 -05:00
parent 184095d5a0
commit e65bbd4ebf
+1
View File
@@ -144,6 +144,7 @@ export const defaults: Schema = {
postLanguageHistory: (deviceLanguageCodes || [])
.concat(['en', 'ja', 'pt', 'de'])
.slice(0, 6),
// try full language tag first, then fallback to language code
appLanguage: findSupportedAppLanguage([
deviceLocales[0].languageTag,
deviceLanguageCodes[0],