Update locale_extensions.dart
This commit is contained in:
@@ -6,6 +6,7 @@ extension AppLocaleX on AppLocale {
|
||||
this == AppLocale.fa ? FontFamily.shabnam : FontFamily.emoji;
|
||||
|
||||
String get localeName => switch (flutterLocale.toString()) {
|
||||
"ar" => "العربية",
|
||||
"en" => "English",
|
||||
"fa" => "فارسی",
|
||||
"ru" => "Русский",
|
||||
|
||||
Reference in New Issue
Block a user