mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
refactor: one locales file for all english translations (#10006)
one locales file for all english translations
This commit is contained in:
parent
0f976edf96
commit
1947316b0b
3 changed files with 2 additions and 2 deletions
web/src/lib
|
@ -157,7 +157,7 @@ export const locales = [
|
|||
{ code: 'en-TT', name: 'English (Trinidad and Tobago)' },
|
||||
{ code: 'en-VI', name: 'English (U.S. Virgin Islands)' },
|
||||
{ code: 'en-GB', name: 'English (United Kingdom)' },
|
||||
{ code: 'en-US', name: 'English (United States)', loader: () => import('$lib/i18n/en-US.json') },
|
||||
{ code: 'en-US', name: 'English (United States)', loader: () => import('$lib/i18n/en.json') },
|
||||
{ code: 'en-ZW', name: 'English (Zimbabwe)' },
|
||||
{ code: 'et-EE', name: 'Estonian (Estonia)' },
|
||||
{ code: 'fo-FO', name: 'Faroese (Faroe Islands)' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue