Enable polish
This commit is contained in:
@@ -16,6 +16,7 @@ const List<Locale> appSupportedLocales = <Locale>[
|
||||
Locale('fr'),
|
||||
Locale('it'),
|
||||
Locale("nl"),
|
||||
Locale("pl"),
|
||||
Locale("pt", "BR"),
|
||||
Locale("ru"),
|
||||
Locale("tr"),
|
||||
|
||||
@@ -130,6 +130,8 @@ class _ItemsWidgetState extends State<ItemsWidget> {
|
||||
return 'Italiano';
|
||||
case 'nl':
|
||||
return 'Nederlands';
|
||||
case 'pl':
|
||||
return 'Polski';
|
||||
case 'pt':
|
||||
return 'Português';
|
||||
case 'ru':
|
||||
|
||||
Reference in New Issue
Block a user