Browse Source

Added Dutch locale

Alex 2 years ago
parent
commit
0efcc99f3e
2 changed files with 3 additions and 0 deletions
  1. 2 0
      mobile/ios/Runner/Info.plist
  2. 1 0
      mobile/lib/constants/locales.dart

+ 2 - 0
mobile/ios/Runner/Info.plist

@@ -92,7 +92,9 @@
       <string>it</string>
       <string>it</string>
       <string>fi</string>
       <string>fi</string>
       <string>ja</string>
       <string>ja</string>
+      <string>nl</string>
       <string>pl</string>
       <string>pl</string>
+      <string>pt</string>
     </array>
     </array>
   </dict>
   </dict>
 </plist>
 </plist>

+ 1 - 0
mobile/lib/constants/locales.dart

@@ -11,6 +11,7 @@ const List<Locale> locales = [
   Locale('fr', 'FR'),
   Locale('fr', 'FR'),
   Locale('it', 'IT'),
   Locale('it', 'IT'),
   Locale('ja', 'JP'),
   Locale('ja', 'JP'),
+  Locale('nl', 'NL'),
   Locale('pl', 'PL'),
   Locale('pl', 'PL'),
   Locale('pt', 'PR')
   Locale('pt', 'PR')
 ];
 ];