更新法语语言包
This commit is contained in:
@@ -110,7 +110,8 @@ class AppLanguage extends Translations {
|
||||
Locale get currentLocale {
|
||||
// final parts = _currentLanguageCode.split('-');
|
||||
// return Locale(parts[0], parts.length > 1 ? parts[1] : null);
|
||||
return isChinese()? const Locale('zh', 'CN') : const Locale('en', 'US');
|
||||
// return isChinese()? const Locale('zh', 'CN') : const Locale('en', 'US');
|
||||
return Locale(_currentLanguageCode);
|
||||
}
|
||||
|
||||
bool isChinese() {
|
||||
|
||||
Reference in New Issue
Block a user