disabled localization
This commit is contained in:
@@ -119,7 +119,7 @@ class _CountryLocalizationsDelegate
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Future<CountryLocalizations> load(Locale locale) async {
|
Future<CountryLocalizations> load(Locale locale) async {
|
||||||
CountryLocalizations localizations = CountryLocalizations(locale);
|
CountryLocalizations localizations = CountryLocalizations(const Locale('en'));//locale);
|
||||||
await localizations.load();
|
await localizations.load();
|
||||||
return localizations;
|
return localizations;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user