From 97c1f3b27d7bc6674c8cd49ebe2c8436d1daa30b Mon Sep 17 00:00:00 2001 From: MGJ <62177301+MGJ520@users.noreply.github.com> Date: Sat, 7 Mar 2026 22:17:19 +0800 Subject: [PATCH] Fix the Chinese translation switching issue --- lib/services/locale_preferences.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/locale_preferences.dart b/lib/services/locale_preferences.dart index cf1527b..cf98b88 100644 --- a/lib/services/locale_preferences.dart +++ b/lib/services/locale_preferences.dart @@ -15,6 +15,7 @@ class LocalePreferences { Locale('fr'), // French Locale('it'), // Italian Locale('el'), // Greek + Locale('zh'), // Chinese ]; /// Get the saved locale or return null to use system locale