Merge pull request #66 from simon-twonary/patch-1

Fix typo
This commit is contained in:
Salvatore Giordano
2020-04-04 13:49:26 +02:00
committed by GitHub

View File

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