mirror of
https://github.com/immich-app/immich.git
synced 2025-01-17 01:06:46 +01:00
Added pt-BR translation locale to mobile app
This commit is contained in:
parent
068d06b9ee
commit
566e118a19
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue