mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-03 10:45:52 +00:00
chore(web): update translations Translate-URL: https://hosted.weblate.org/projects/immich/immich/ca/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/de/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/es/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/fr/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ja/ 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/ru/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ Translation: Immich/immich Co-authored-by: Alex van den Hoogen <alex3305@gmail.com> Co-authored-by: CanbiZ <mickey.leskowitz@gmail.com> Co-authored-by: Eryk Michalak <gnu.ewm@protonmail.com> Co-authored-by: Jordi Masip <jordi@masip.cat> Co-authored-by: Joseph <josephlegrand33+hosted.weblate.org@gmail.com> Co-authored-by: Kentai Radiquum <kentai.waah@gmail.com> Co-authored-by: Manic87 <nicolas@familie-mach.net> Co-authored-by: Marcos Besteiro López (MarcosBL) <marcosbl@gmail.com> Co-authored-by: Mario <shopping.uncate@aleeas.com> Co-authored-by: Michał Kulik <michal.kulik91@gmail.com> Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Co-authored-by: PolairsYHNL-Immich <polarisyhnl@gmail.com> Co-authored-by: PolarisYHNL <polarisyhnl@yeah.net> Co-authored-by: Shawn <xiaxinx@gmail.com> Co-authored-by: Sophie <mail@sopht.li> Co-authored-by: Zack Pollard <zack@futo.org> Co-authored-by: upsetdog <upsetdog@proton.me> Co-authored-by: Łukasz Kierepka <lukasz_kierepka@hotmail.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| static | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| vite.config.js | ||
Immich web project
This project uses the SvelteKit web framework. Please refer to the SvelteKit docs for information on getting started as a contributor to this project. In particular, it will help you navigate the project's code if you understand the basics of SvelteKit routing.
When developing locally, you will run a SvelteKit Node.js server. When this project is deployed to production, it is built as a SPA and deployed as part of [../server](the server project).