mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
* chore: (Chinese (Simplified) (zh_SIMPLIFIED)) Currently translated at 29.2% (228 of 780 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ * chore: (Chinese (Simplified) (zh_SIMPLIFIED)) Currently translated at 29.2% (228 of 780 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ * chore: (Chinese (Simplified) (zh_SIMPLIFIED)) Currently translated at 29.2% (228 of 780 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ * chore: (Dutch) Currently translated at 5.8% (46 of 780 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/nl/ * chore: (Chinese (Simplified) (zh_SIMPLIFIED)) Currently translated at 51.2% (400 of 780 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ * chore: (Chinese (Simplified) (zh_SIMPLIFIED)) Currently translated at 51.2% (400 of 780 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ * chore: (Chinese (Simplified) (zh_SIMPLIFIED)) Currently translated at 51.2% (400 of 780 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ --------- Co-authored-by: PolarisYHNL <polarisyhnl@yeah.net> Co-authored-by: LLL <326867814@qq.com> Co-authored-by: jie65535 <jie65535@qq.com> Co-authored-by: bo0tzz <git@bo0tzz.me> |
||
|---|---|---|
| .. | ||
| 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).