mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(mobile): enable Croatian (hr) translations (#19428)
This commit is contained in:
parent
3a9e79a452
commit
20d9204ada
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ const Map<String, Locale> locales = {
|
|||
Locale.fromSubtags(languageCode: 'zh', scriptCode: 'SIMPLIFIED'),
|
||||
'Chinese Traditional (zh_TW)':
|
||||
Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'),
|
||||
'Croatian (hr)': Locale('hr'),
|
||||
'Czech (cs)': Locale('cs'),
|
||||
'Danish (da)': Locale('da'),
|
||||
'Dutch (nl)': Locale('nl'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue