多语言支持

This commit is contained in:
ytc1012
2025-11-24 14:01:01 +08:00
parent bf21dba275
commit 57ef852863
32 changed files with 5255 additions and 36 deletions

View File

@@ -97,6 +97,17 @@ class _MyAppState extends State<MyApp> {
supportedLocales: const [
Locale('en'),
Locale('zh'),
Locale('ja'),
Locale('ko'),
Locale('es'),
Locale('de'),
Locale('fr'),
Locale('pt'),
Locale('ru'),
Locale('hi'),
Locale('id'),
Locale('it'),
Locale('ar'),
],
home: _isLoading
? const Scaffold(