l10n: add Japanese

This commit is contained in:
2024-03-17 19:33:34 +08:00
parent ff07b07cc6
commit 946b465973
4 changed files with 45 additions and 0 deletions

View File

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