mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
chore(web): update translations (#10593)
* chore(web): update translations Co-authored-by: Denis Pacquier <denis.pacquier@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Immich <immich@futo.org> Co-authored-by: Junghyuk Kwon <kwon@junghy.uk> Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Michał Kulik <michal.kulik91@gmail.com> Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Co-authored-by: Stan P <g97d6liib@mozmail.com> Co-authored-by: polar <polar8143@users.noreply.hosted.weblate.org> Co-authored-by: pyorot <FMasic@hotmail.co.uk> Co-authored-by: waclaw66 <waclaw66@seznam.cz> Translate-URL: https://hosted.weblate.org/projects/immich/immich/cs/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/en_devel/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/fr/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/id/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ko/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/nl/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/pl/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/sr/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ta/ Translation: Immich/immich * chore: split serbian --------- Co-authored-by: Denis Pacquier <denis.pacquier@gmail.com> Co-authored-by: Immich <immich@futo.org> Co-authored-by: Junghyuk Kwon <kwon@junghy.uk> Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Michał Kulik <michal.kulik91@gmail.com> Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Co-authored-by: Stan P <g97d6liib@mozmail.com> Co-authored-by: polar <polar8143@users.noreply.hosted.weblate.org> Co-authored-by: pyorot <FMasic@hotmail.co.uk> Co-authored-by: waclaw66 <waclaw66@seznam.cz> Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
parent
fc6c9a19d9
commit
4988df3fcb
11 changed files with 1921 additions and 318 deletions
web/src/lib
|
@ -281,7 +281,13 @@ export const langs = [
|
|||
{ name: 'Russian', code: 'ru', loader: () => import('$lib/i18n/ru.json') },
|
||||
{ name: 'Slovak', code: 'sk', loader: () => import('$lib/i18n/sk.json') },
|
||||
{ name: 'Slovenian', code: 'sl', loader: () => import('$lib/i18n/sl.json') },
|
||||
{ name: 'Serbian', code: 'sr', loader: () => import('$lib/i18n/sr.json') },
|
||||
{
|
||||
name: 'Serbian (Cyrillic)',
|
||||
code: 'sr-Cyrl',
|
||||
weblateCode: 'sr_Cyrl',
|
||||
loader: () => import('$lib/i18n/sr_Cyrl.json'),
|
||||
},
|
||||
{ name: 'Serbian (Latin)', code: 'sr-Latn', weblateCode: 'sr_Latn', loader: () => import('$lib/i18n/sr_Latn.json') },
|
||||
{ name: 'Swedish', code: 'sv', loader: () => import('$lib/i18n/sv.json') },
|
||||
{ name: 'Tamil', code: 'ta', loader: () => import('$lib/i18n/ta.json') },
|
||||
{ name: 'Thai', code: 'th', loader: () => import('$lib/i18n/th.json') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue