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:
parent
068d06b9ee
commit
566e118a19
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user