sveltekit-i18n / lib

Internationalization library built for SvelteKit.
MIT License
443 stars 28 forks source link

Open FAQ in Discussions to guide newcomers #63

Open jarda-svoboda opened 2 years ago

jarda-svoboda commented 2 years ago

Topics should include:

BenjiBoy13 commented 1 month ago

Hi,

Is there a way for the library to parse HTML, say, if I have this on my JSON file:

"subtitle": "This is a subtitle with a <strong> bold </strong> word"

Can the library interpret the strong HTML directive instead of printing everything raw like it does by default, or do I have to create my own parser? I couldn't find anything in the documentation that I found.

Great library btw