TF-2215 Support communicating L18n to remote servers

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 21b69c6ac0bada69c63b87a17fc42c730ce12762)
This commit is contained in:
dab246
2023-10-30 17:56:21 +07:00
committed by Dat H. Pham
parent 7f1f9b58df
commit 1d11365d66
5 changed files with 42 additions and 15 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class TMailApp extends StatelessWidget {
}
return supportedLocales.first;
},
locale: LocalizationService.locale,
locale: LocalizationService.getLocaleFromLanguage(),
fallbackLocale: LocalizationService.fallbackLocale,
translations: LocalizationService(),
onGenerateTitle: (context) {