mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-09 05:47:54 +08:00
feat: Russian language support
This commit is contained in:
@ -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'),
|
||||
];
|
||||
|
Reference in New Issue
Block a user