Open wmeddie opened 9 months ago
What is the end form for deployment? Is the site mostly going to be deployed as static? Currently checking several options for i18n, just wondering which one would be a good fit.
Yeah, technologic runs entirely in the browser and is built as an SPA without any own backend.
After checking some of the most common i18n solutions in the Svelte ecosystem, I came up with the simple summary below. I will add more details in the Discord.
Description | Ease of Use | Actively Maintained | |
---|---|---|---|
svelte-i18n | - for base Svelte, can be adapter for SvelteKit | Simple | No |
sveltekit-i18n | - for Sveltekit | Simple | Yes |
typesafe-i18n | - Framework Agnostic - Most complete solution - Most mature |
Need some getting used to the ecosystem, but will probably pay off later. | Yes |
@wmeddie There are still a few strings that aren't translated. Do we want to keep this issue open until this is taken care of?
Yeah. We can get to those eventually and then reference this issue in the PR.
Should have a Language page in the settings that allows the user to switch to a different language.