This commit is contained in:
simon
2020-04-01 23:11:20 -04:00
committed by GitHub
parent cad271b83b
commit 39d9d6de83

View File

@@ -55,7 +55,7 @@ Just add the `CountryLocalizations.delegate` in the list of your app delegates
supportedLocales: [
Locale('en'),
Locale('it'),
Locale('en'),
Locale('fr'),
],
localizationsDelegates: [
CountryLocalizations.delegate,