Commit Graph

10 Commits

Author SHA1 Message Date
Aleksi Lassila
d2d32d2111 lang: Fix for german locales by @RoccoRakete 2023-09-23 14:49:02 +03: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
ca3911e062 feat: Added library sorting and pagination, improved image loading and other small adjustments 2023-08-31 02:45:36 +03:00
Aleksi Lassila
6ec440986e feat: Add french translations by @GaetanPTX 2023-08-23 01:48:08 +03:00
Aleksi Lassila
8b520ef82f feat: Notify users about invalid and incomplete settings 2023-08-21 18:17:10 +03:00
Aleksi Lassila
134a545958 refactor: i18n refactoring 2023-08-21 14:25:11 +03:00
Axel Aguilar
c78b38316d Added more strings for the Library > Movie/Show 2023-08-20 11:28:19 -06:00
Axel Aguilar
4628bf593e Defined better structure
Defined better structure for language json files, nesting simplifies adding or removing or updating keys
2023-08-19 11:58:40 -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