Commit Graph

7 Commits

Author SHA1 Message Date
Aleksi Lassila
d255fce52d Remove sveltekit dependency, create simple test project 2023-12-27 00:16:40 +02:00
herbinator222
1ca6a37cb5 Added german translation 2023-09-02 07:44:44 +02:00
Aleksi Lassila
2e941c4a0f feat(lang): Add Italian translations by @serverless83 2023-09-01 17:30:43 +03:00
Aleksi Lassila
6ec440986e feat: Add french translations by @GaetanPTX 2023-08-23 01:48:08 +03:00
Aleksi Lassila
134a545958 refactor: i18n refactoring 2023-08-21 14:25:11 +03:00
Axel Aguilar
a6ce9da619 Update I18n.svelte
Listening to the reactive Settings property Language to change the application language on save!
Removed component comment at the top
2023-08-19 12:01:05 -06:00
Axel Aguilar
c6e19cbc93 enhancement: Added Localization to the app
Added Localization to the app (English, Spanish)
Users can add translations in .json format in the /src/lib/lang folder and then register them in the I18n Svelte component
Maybe someone knows how to dinamically load everything in the /lang folder so you don't need to register them manually
Some strings are still missing to be updated, I'm setting up my environment to have Radarr, Sonarr and Jellyfin
Followed this guide to add Localization to Reiverr: https://phrase.com/blog/posts/a-step-by-step-guide-to-svelte-localization-with-svelte-i18n-v3/
2023-08-12 11:45:42 -06:00