浏览代码

Added pt-BR translation locale to mobile app

Alex 3 年之前
父节点
当前提交
566e118a19
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      mobile/lib/constants/locales.dart

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

@@ -11,7 +11,8 @@ const List<Locale> locales = [
   Locale('fr', 'FR'),
   Locale('it', 'IT'),
   Locale('ja', 'JP'),
-  Locale('pl', 'PL')
+  Locale('pl', 'PL'),
+  Locale('pt', 'PR')
 ];
 
 const String translationsPath = 'assets/i18n';