TF-3885 Fix language defaults
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ class _TMailAppState extends State<TMailApp> {
|
||||
}
|
||||
return supportedLocales.first;
|
||||
},
|
||||
locale: LocalizationService.getLocaleFromLanguage(),
|
||||
locale: LocalizationService.getInitialLocale(),
|
||||
fallbackLocale: LocalizationService.fallbackLocale,
|
||||
translations: LocalizationService(),
|
||||
onGenerateTitle: (context) {
|
||||
|
||||
Reference in New Issue
Block a user