Skip to content

Commit

Permalink
fix(mobile): mismatch language (immich-app#15141)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored and arctic-foxtato committed Jan 14, 2025
1 parent 53231d4 commit 270a7e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions localizely.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ download:
locale_code: pl-PL
- file: mobile/assets/i18n/fi-FI.json
locale_code: fi-FI
- file: mobile/assets/i18n/pt-BR.json
locale_code: pt-BR
- file: mobile/assets/i18n/pt-PT.json
locale_code: pt-PT
- file: mobile/assets/i18n/pt-BR.json
Expand Down
1 change: 0 additions & 1 deletion mobile/lib/constants/locales.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const Map<String, Locale> locales = {
'Mongolian (mn_MN)': Locale('mn', 'MN'),
'Norwegian Bokmål (nb_NO)': Locale('nb', 'NO'),
'Polish (pl_PL)': Locale('pl', 'PL'),
'Brazilian Portuguese (pt_BR)': Locale('pt', 'BR'),
'Portuguese (pt_PT)': Locale('pt', 'PT'),
'Romanian (ro_RO)': Locale('ro', 'RO'),
'Russian (ru_RU)': Locale('ru', 'RU'),
Expand Down

0 comments on commit 270a7e4

Please sign in to comment.