Fix the Chinese translation switching issue

This commit is contained in:
MGJ
2026-03-07 22:17:19 +08:00
parent 01afcd2ea7
commit 97c1f3b27d

View File

@@ -15,6 +15,7 @@ class LocalePreferences {
Locale('fr'), // French Locale('fr'), // French
Locale('it'), // Italian Locale('it'), // Italian
Locale('el'), // Greek Locale('el'), // Greek
Locale('zh'), // Chinese
]; ];
/// Get the saved locale or return null to use system locale /// Get the saved locale or return null to use system locale