-
When you create a brand new SvelteKit project with paraglide it says `Using existing cloned repo`. This is confusing because the project is not in source control
The message looks to be coming from…
-
### Description
I've been trying to get treeshaking to work with compile-time computed keys. Consider the following:
```ts
// src/index.js
import * as m from "./my-module.js"
console.log(m['hel…
-
**Edit**
This seems like a bug rather than a feature request. The major version pinning caching times with 7 days, leading to worst case 14 days of cache are too long for a production use case. I u…
-
I added the "Missing translation" [Message Lint Rule](https://inlang.com/m/4cxm3eqi/messageLintRule-inlang-missingTranslation) to my Sveltekit project's `project.inlang/settings.json` file:
```json…
-
The repository link on https://www.npmjs.com/package/@inlang/paraglide-unplugin is broken making it harder to send PRs
-
The last days I've been trying to setup the paraglide sveltekit plugin together with a fresh Svelte 5 project.
The inlang messaging APIs work great.
What doesn't work is the logic to re-run or t…
-
there is no clear documentation on how to integrate inlang with svelte and typesafe-i18n
-
Input declarations on the message are redundant and leads to:
* complexity in ui components because a bundle needs to traverse messages to find the inputs [https://github.com/opral/monorepo/blob/6710…
-
### Context
Apps will want to subscribe to lix APIs to update UIs.
### Proposal
Change the lix API to use a getter that can be incrementally change to include a `.subscribe()` api in the future.
…
-
We are looking to add Hindi and other regional language translations to the content on whoismyneta.com. I am keen on using ParaglideJS with our Sveltekit set up to make this happen.
Resources:
h…