supportedLocales constant
A list of this localizations delegate's supported locales.
Implementation
static const List<Locale> supportedLocales = <Locale>[
Locale('de'),
Locale('de', 'rlp'),
Locale('en'),
Locale('es'),
Locale('fr'),
Locale('it'),
Locale('ko'),
Locale('pt'),
Locale('zh'),
Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans'),
Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'),
];