svelte-intl-precompile
svelte-intl-precompile copied to clipboard
I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
Hello. I've noticed that this library creates a single $locale store shared in sveltekit server instance. As per sveltekit documentation > Mutating any shared state on the server will affect...
One of the main advantages of this library being a build time compiler is that we don't have to bloat the user's app with a parser/tokenizer for understanding translations. All...
If someone wants to contribute to translate the documentation to more languages, I could use some help. Having the docs translated into German, French, Portuguese, Chinese and Japanese would cover...
https://svelte-intl-precompile.com/ seems to be not working anymore :( 404
Thanks for this awesome library. :) Just a super simple question/request. Does it make sense to throw a warning for `$t('')` that `''` was not found in the dictionary? Because...
We have no load function in `layout.svelte` anymore, and an alternative like `+layout.js` is not working automatically because SvelteKit can call it after `+page.js`. We can still use it if...
I know this would be a big change, but I thought I should at least mention it and see if it's something you'd be open to. Babel pulls in a...
When implementing svelte-intl-precompile with the latest sveltekit, I get the following error: > Cannot find module '$locales' or its corresponding type declarations.ts(2307). Doesn't matter if I use registerAll or individual...
Seems like we should replace storage by value.
I'm using this package with SvelteKit, and it works well, but I'm getting a lot of warnings in the browser console like this: ``` [svelte-intl-precompile] The message "chat_history_1" was not...