Update translated languages
This commit is contained in:
parent
2b28667f07
commit
164f1e43ef
3 changed files with 19 additions and 2 deletions
|
|
@ -8,8 +8,20 @@ class AppLocalizationsDelegate extends LocalizationsDelegate<L10n> {
|
|||
|
||||
@override
|
||||
bool isSupported(Locale locale) {
|
||||
return ['en', 'de', 'hu', 'pl', 'fr', 'cs', 'es', 'sk']
|
||||
.contains(locale.languageCode);
|
||||
return [
|
||||
'en',
|
||||
'de',
|
||||
'hu',
|
||||
'pl',
|
||||
'fr',
|
||||
'cs',
|
||||
'es',
|
||||
'sk',
|
||||
'gl',
|
||||
'hr',
|
||||
'ja',
|
||||
'ru',
|
||||
].contains(locale.languageCode);
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue