feat: add l10 target zh_TW

This commit is contained in:
2024-03-16 19:15:30 +08:00
parent a6b69553d5
commit 4982aa289e
4 changed files with 1099 additions and 0 deletions

View File

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