mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
chore Add Norweigain localization setup (#1859)
* chore(localization): Add Norwegian localization setup * chore(localization): Add Norwegian localization setup
This commit is contained in:
parent
4ed96cf1bd
commit
3ea107be5a
3 changed files with 113 additions and 109 deletions
|
@ -44,3 +44,5 @@ download:
|
||||||
locale_code: ru-RU
|
locale_code: ru-RU
|
||||||
- file: mobile/assets/i18n/cs-CZ.json
|
- file: mobile/assets/i18n/cs-CZ.json
|
||||||
locale_code: cs-CZ
|
locale_code: cs-CZ
|
||||||
|
- file: mobile/assets/i18n/no-NO.json
|
||||||
|
locale_code: no-NO
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
<string>se</string>
|
<string>se</string>
|
||||||
<string>sk</string>
|
<string>sk</string>
|
||||||
<string>zh</string>
|
<string>zh</string>
|
||||||
|
<string>no</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>immich_mobile</string>
|
<string>immich_mobile</string>
|
||||||
|
|
|
@ -20,6 +20,7 @@ const List<Locale> locales = [
|
||||||
Locale('sv', 'SE'),
|
Locale('sv', 'SE'),
|
||||||
Locale('sk', 'SK'),
|
Locale('sk', 'SK'),
|
||||||
Locale('zh', 'CN'),
|
Locale('zh', 'CN'),
|
||||||
|
Locale('no', 'NO'),
|
||||||
];
|
];
|
||||||
|
|
||||||
const String translationsPath = 'assets/i18n';
|
const String translationsPath = 'assets/i18n';
|
||||||
|
|
Loading…
Reference in a new issue