mirror of
https://github.com/immich-app/immich.git
synced 2025-05-21 21:01:13 +02:00
chore: add language requests from weblate (#18050)
This commit is contained in:
parent
44923acfd6
commit
8f7baf8336
2 changed files with 2 additions and 0 deletions
1
i18n/ml.json
Normal file
1
i18n/ml.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -307,6 +307,7 @@ export const langs = [
|
|||
{ name: 'Latvian', code: 'lv', loader: () => import('$i18n/lv.json') },
|
||||
{ name: 'Malay (Pattani)', code: 'mfa', loader: () => import('$i18n/mfa.json') },
|
||||
{ name: 'Macedonian', code: 'mk', loader: () => import('$i18n/mk.json') },
|
||||
{ name: 'Malayalam', code: 'ml', loader: () => import('$i18n/ml.json') },
|
||||
{ name: 'Mongolian', code: 'mn', loader: () => import('$i18n/mn.json') },
|
||||
{ name: 'Marathi', code: 'mr', loader: () => import('$i18n/mr.json') },
|
||||
{ name: 'Malay', code: 'ms', loader: () => import('$i18n/ms.json') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue