mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
chore: add az language (#10890)
This commit is contained in:
parent
842291124c
commit
ac8d8d91f7
2 changed files with 2 additions and 0 deletions
web/src/lib
|
@ -248,6 +248,7 @@ export const defaultLang = { name: 'English', code: 'en', loader: () => import('
|
|||
|
||||
export const langs = [
|
||||
{ name: 'Arabic', code: 'ar', loader: () => import('$lib/i18n/ar.json') },
|
||||
{ name: 'Azerbaijani', code: 'az', loader: () => import('$lib/i18n/az.json') },
|
||||
{ name: 'Bulgarian', code: 'bg', loader: () => import('$lib/i18n/bg.json') },
|
||||
{ name: 'Bislama', code: 'bi', loader: () => import('$lib/i18n/bi.json') },
|
||||
{ name: 'Catalan', code: 'ca', loader: () => import('$lib/i18n/ca.json') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue