l10n: Enable persian language
This commit is contained in:
parent
a22e136e71
commit
1d778821af
2 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ const List<Locale> appSupportedLocales = <Locale>[
|
|||
Locale('es', 'ES'),
|
||||
Locale('fr'),
|
||||
Locale('nl'),
|
||||
Locale('fa'),
|
||||
Locale('pt', 'BR'),
|
||||
Locale('ru'),
|
||||
Locale("zh", "CN"),
|
||||
|
|
|
@ -164,6 +164,8 @@ class _ItemsWidgetState extends State<ItemsWidget> {
|
|||
return '한국어';
|
||||
case 'ar':
|
||||
return 'العربية';
|
||||
case 'fa':
|
||||
return 'فارسی';
|
||||
default:
|
||||
return locale.languageCode;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue