更新法语语言包

This commit is contained in:
wyf
2026-01-31 14:43:47 +08:00
parent 2aedbb3d74
commit 97ffc1220d
48 changed files with 1608 additions and 1837 deletions

View File

@@ -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() {