feat: Russian language support

This commit is contained in:
2025-04-06 02:12:40 +08:00
parent a6de0364c1
commit 320ce177b9
6 changed files with 2631 additions and 0 deletions

View File

@ -5859,6 +5859,7 @@ class AppLocalizationDelegate extends LocalizationsDelegate<S> {
return const <Locale>[
Locale.fromSubtags(languageCode: 'en'),
Locale.fromSubtags(languageCode: 'ja'),
Locale.fromSubtags(languageCode: 'ru'),
Locale.fromSubtags(languageCode: 'zh', countryCode: 'CN'),
Locale.fromSubtags(languageCode: 'zh', countryCode: 'TW'),
];