Commit Graph

4 Commits

Author SHA1 Message Date
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