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:
AutisticShark 2025-04-15 00:36:18 +08:00 committed by GitHub
parent 184e142d87
commit 664c99278a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 695 deletions

View file

@ -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'),