svelte-i18n-lingui icon indicating copy to clipboard operation
svelte-i18n-lingui copied to clipboard

Use lingui for i18n in Svelte/Sveltekit projects

Results 5 svelte-i18n-lingui issues
Sort by recently updated
recently updated
newest added

Hi @HenryLie, thanks for your work on this, it looks really impressive! This package is already mentioned in the [tooling section](https://lingui.dev/misc/tooling), but I'm afraid that's not enough to make it...

Hello, When you use the `prependData` key of the SCSS preprocessor to [make SCSS variables global to the app](https://stackoverflow.com/a/70166260/735926) and use these implicitely-defined variables in a component, `npm run extract`...

After running `vite build` and looking at the deployed version, translated strings for which `lingui extract` has not yet been run don't seem to have replaced placeholders. For example, they...

We tried using a line like ```js gt("test") ``` in a TS file, and the jstsExtractor didn't catch it. We checked the code, and it seems that it currently only...

Hi @HenryLie, thanks for taking time to bring support for Svelte into Lingui. I quickly reviewed the docs and code and have some questions / suggestions: > It provides a...