disabled localization

This commit is contained in:
Adnan Nazir
2024-12-09 15:53:56 +05:00
parent d67fa413a6
commit b279411802

View File

@@ -119,7 +119,7 @@ class _CountryLocalizationsDelegate
@override
Future<CountryLocalizations> load(Locale locale) async {
CountryLocalizations localizations = CountryLocalizations(locale);
CountryLocalizations localizations = CountryLocalizations(const Locale('en'));//locale);
await localizations.load();
return localizations;
}