mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 11:24:37 +02:00
c6c480c882
* chore: add translations (German) * chore: add translations (Dutch) * chore: add translations (Spanish) * chore: add translations (Spanish (es_ES@new)) * chore: (Spanish) Currently translated at 0.1% (1 of 769 strings) Translation: Immich/immich Translate-URL: https://hosted.weblate.org/projects/immich/immich/es/ * chore: remove translations (Spanish (es_ES@new)) * chore: add translations (Arabic) * chore: add translations (Catalan) * chore: add translations (Danish) * chore: add translations (Finnish) * chore: add translations (French) * chore: add translations (Hebrew) * chore: add translations (Hindi) * chore: add translations (Hungarian) * chore: add translations (Italian) * chore: add translations (Japanese) * chore: add translations (Korean) * chore: add translations (Lithuanian) * chore: add translations (Latvian) * chore: add translations (Mongolian) * chore: add translations (Norwegian Bokmål) * chore: add translations (Polish) * chore: add translations (Portuguese) * chore: add translations (Romanian) * chore: add translations (Russian) * chore: add translations (Slovak) * chore: add translations (Slovenian) * chore: add translations (Serbian) * chore: add translations (Swedish) * chore: add translations (Thai) * chore: add translations (Ukrainian) * chore: add translations (Vietnamese) * chore: add translations (Czech) * chore: add translations (Chinese (Simplified) (zh_SIMPLIFIED)) * chore: add base languages --------- Co-authored-by: Immich <immich@futo.org> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev> 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).