inlang IDE Extension (i18n)

inlang IDE Extension (i18n)

Extension for i18n codebases making developers life's easier
2reviews
100followers
Visit website

What do people think of inlang IDE Extension (i18n)?

The community submitted 2 reviews to tell us what they like about inlang IDE Extension (i18n), what inlang IDE Extension (i18n) can do better, and more.
What do you think about inlang IDE Extension (i18n)?
Leave a rating or review for the community
5/5All time (2 reviews)
1/5
Recently (0 reviews)

2 Reviews
Elron B
Elron B
@elron_b
1 review
INCREDIBLE. I use it in all my SvelteKit projects whereI want multiple languages supporting SSR! great for SEO
Share

Beneficial for SvelteKit developers, that 's for sure. It would be perfect if it were with adaptable option of translation expression injection according to .svelte or .ts / .js files, or even better for HTML or Javascript / TypeScript (template in .svelte). For now, it is always as expression for .svelte (something like { i('translateStringID') } even though in Javascript portions of code just i('translateStringID') is needed.
Share
Samuel Stroschein
Hi, The ide extension is adaptable via plugins. The SvelteKit solution itself is a plugin (https://github.com/inlang/inlang...). Is there a specific stack you want a plugin for? PS new docs about plugins will be coming out next week :)