💄 Localized language picker

This commit is contained in:
2025-09-29 23:10:21 +08:00
parent a5d13250cc
commit 97792ae734
2 changed files with 26 additions and 3 deletions

View File

@@ -166,6 +166,10 @@ void main() async {
Locale('en', 'US'),
Locale('zh', 'CN'),
Locale('zh', 'TW'),
Locale('zh', 'OG'),
Locale('ja', 'JP'),
Locale('ko', 'KR'),
Locale('es', 'ES'),
],
path: 'assets/i18n',
fallbackLocale: Locale('en', 'US'),