Enable polish

This commit is contained in:
Neeraj Gupta
2024-07-17 15:56:49 +05:30
parent 0ad7636d54
commit ddea1fde28
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ const List<Locale> appSupportedLocales = <Locale>[
Locale('fr'),
Locale('it'),
Locale("nl"),
Locale("pl"),
Locale("pt", "BR"),
Locale("ru"),
Locale("tr"),

View File

@@ -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':