mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 11:24:37 +02:00
4988df3fcb
* 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> |
||
---|---|---|
.. | ||
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).