lib
lib copied to clipboard
Internationalization library built for SvelteKit.
# Problem I am using the router example so i have `[lang]` folder in the routes and using hooks.js and __layout accordingly to asses the correct language. Let's say i...
I have a list of FAQ entries as an array of objects like ``` [ { title:"can i do xxxxxx?" text:"yes you can" }, ..... ] ``` I wasn't able...
Been trying to figure this one out, can't seem to find where it's coming from? `Non-standard locale provided: 'static'. Check your 'translations' and 'loaders' in i18n config...`
Ciao, for my needs I am using examples/locale-router-static to generate my static website to upload to the S3 bucket. But I cannot configure S3 correctly. When I work with a...
I am working on pretty big project reworking it from svetle-i18n and we are using locale when saving items to database, so previously we saved every locale in uppercase format...
Alternative libraries like `svelte-i18n` include the ability to get raw translation JSON (`T` in this case). This is useful when translating lists of items, for instance countries. Workarounds either cause...
Switching the active locale on the locale store doesn't change the text. Using version 2.2.2
Not really an issue but more of a question. You specify in the main `README.md` that a loader can use regex to specify a route : ```js // ... {...
When i change locale like this `locale.set(newLocale)`, the translations change only in some places. If i have translations in some store, they do not change. I have layout store which...
closes #72