浏览代码

Added Dutch locale

Alex 2 年之前
父节点
当前提交
0efcc99f3e
共有 2 个文件被更改,包括 3 次插入0 次删除
  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>fi</string>
       <string>ja</string>
+      <string>nl</string>
       <string>pl</string>
+      <string>pt</string>
     </array>
   </dict>
 </plist>

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

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