mirror of
https://github.com/immich-app/immich.git
synced 2024-12-31 00:43:56 -05:00
chore: add language requests from weblate (#14578)
This commit is contained in:
parent
03eb5903fe
commit
e4b76e8efe
3 changed files with 4 additions and 0 deletions
1
i18n/bn.json
Normal file
1
i18n/bn.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
i18n/ur.json
Normal file
1
i18n/ur.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -265,6 +265,7 @@ export const langs = [
|
|||
{ name: 'Belarusian', code: 'be', loader: () => import('$i18n/be.json') },
|
||||
{ name: 'Bulgarian', code: 'bg', loader: () => import('$i18n/bg.json') },
|
||||
{ name: 'Bislama', code: 'bi', loader: () => import('$i18n/bi.json') },
|
||||
{ name: 'Bengali', code: 'bn', loader: () => import('$i18n/bn.json') },
|
||||
{ name: 'Catalan', code: 'ca', loader: () => import('$i18n/ca.json') },
|
||||
{ name: 'Czech', code: 'cs', loader: () => import('$i18n/cs.json') },
|
||||
{ name: 'Chuvash', code: 'cv', loader: () => import('$i18n/cv.json') },
|
||||
|
@ -319,6 +320,7 @@ export const langs = [
|
|||
{ name: 'Thai', code: 'th', loader: () => import('$i18n/th.json') },
|
||||
{ name: 'Turkish', code: 'tr', loader: () => import('$i18n/tr.json') },
|
||||
{ name: 'Ukrainian', code: 'uk', loader: () => import('$i18n/uk.json') },
|
||||
{ name: 'Urdu', code: 'ur', loader: () => import('$i18n/ur.json') },
|
||||
{ name: 'Vietnamese', code: 'vi', loader: () => import('$i18n/vi.json') },
|
||||
{
|
||||
name: 'Chinese (Traditional)',
|
||||
|
|
Loading…
Reference in a new issue