1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-26 10:50:29 +02:00

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
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

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';