-
Hi there, just trying out your library but I'm a bit confused as to what I've missed.
The problem I'm having is that the value placeholders aren't being populated. i.e. the text shown is the litera…
-
### Describe the bug
Although this is a Vite related issue, I have decided to post it here since it will be clear and happens after @benmccann changes on Vite for fixing an issue for svelte, and I'…
-
i use [https://github.com/sveltekit-i18n/lib/tree/master/examples/locale-router](https://github.com/sveltekit-i18n/lib/tree/master/examples/locale-router)
if change `[current] = Intl.Collator…
-
I'm not sure there is anything that keeps this lib from being used in Sapper as well. I tried the [simple example](https://github.com/sveltekit-i18n/lib#usage) that is provided but with Sapper specifi…
-
I am needing a way to specify default language as "en" (if we don't have a language file for example). In addition I need a way to default the using the key if no entry exists.
For example I use "$…
-
### Version
4.5.0
### Describe the bug
I'm trying to conditionally build translation strings based on env variables in a Sveltekit project. But I cannot use `import.meta.env` which Sveltekit …
-
Hi
I'm not sure but I think this method filters away unsupported locales:
https://github.com/sveltekit-i18n/base/blob/a5df0f1c63b23504e7dbcbe7a62461f573a78149/src/utils.ts#L26
I'm trying to add…
-
Hello!
I found a typo on this [line](https://github.com/sveltekit-i18n/lib/blob/6a0d1e4a857d2016dda85d33435415be0789b1d4/examples/locale-router/src/hooks.js#L22), it should be `request.headers.get('a…
-
Is there any way to hide the time in a {{value:date}} in parser-default?
```js
{$t("app.modifier_date", { value: new Date(contract.starts_at) } )}
```
I am getting _Jan 4, 2022, 11:34 AM_, and…
-
Hello, I get this message in my console: "[i18n]: Promises has been purged.", (which has a grammatical error lol, should be "have" not "has") from here: https://github.com/sveltekit-i18n/base/blob/2cd…