mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
Added pt-BR translation locale to mobile app
This commit is contained in:
parent
068d06b9ee
commit
566e118a19
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user