Merge pull request #15 from MGJ520/main

Fix the Chinese translation switching issue
This commit is contained in:
Janez Troha
2026-03-07 18:08:49 +01:00
committed by GitHub

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