mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(mobile): remove duplicated i18n file (#17591)
https://github.com/immich-app/immich/issues/8946 Co-authored-by: Cat <cat@nextpanel.dev>
This commit is contained in:
parent
184e142d87
commit
664c99278a
2 changed files with 2 additions and 695 deletions
|
|
@ -6,9 +6,8 @@ const Map<String, Locale> locales = {
|
|||
// Additional locales
|
||||
'Arabic (ar_JO)': Locale('ar', 'JO'),
|
||||
'Catalan (ca)': Locale('ca'),
|
||||
'Chinese (zh_CN)': Locale('zh', 'CN'),
|
||||
'Chinese Simplified (zh_Hans)': Locale('zh', 'Hans'),
|
||||
'Chinese TW (zh_TW)': Locale('zh', 'TW'),
|
||||
'Chinese Simplified (zh_CN)': Locale('zh', 'CN'),
|
||||
'Chinese Traditional (zh_TW)': Locale('zh', 'TW'),
|
||||
'Czech (cs_CZ)': Locale('cs', 'CZ'),
|
||||
'Danish (da_DK)': Locale('da', 'DK'),
|
||||
'Dutch (nl_NL)': Locale('nl', 'NL'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue