From 39d9d6de83d9bc5020658f7aafe831851028459c Mon Sep 17 00:00:00 2001 From: simon <59780143+simon-twonary@users.noreply.github.com> Date: Wed, 1 Apr 2020 23:11:20 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e12d084..9a1a005 100644 --- a/README.md +++ b/README.md @@ -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,