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