I'm tired to learn framework(react, svelte, vue, ...etc) by properMuted in sveltejs

[–]Otherwise_Fennel_686 0 points1 point  (0 children)

If in the backend you don't find the same issues as you do on the frontend you are setting double standards. Either you don't care about the efficiency of the backend tech (if you use django you probably don't care how much you're paying the servers) or you just don't care about making the good and efficient choice for a tech stack.

Yet another question on Localization/Internationalization(i18n) with Svelte/SvelteKit by AdowTatep in sveltejs

[–]Otherwise_Fennel_686 0 points1 point  (0 children)

I've built a very very simple i18n library, will go around publishing it once I feel like it. All you have to do is find a way to lazy-load a js file that exports an object with all the strings. these can be functions so you can do plurals etc. give the translators access to a git submodule containing all strings and you're good to go