Added pt-BR translation locale to mobile app

This commit is contained in:
Alex
2022-08-20 08:01:52 -07:00
parent 068d06b9ee
commit 566e118a19

View File

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