Ver Fonte

Added pt-BR translation locale to mobile app

Alex há 2 anos atrás
pai
commit
566e118a19
1 ficheiros alterados com 2 adições e 1 exclusões
  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';