Loris Sigrist

Results 33 issues of Loris Sigrist

This PR adds support for compiling the new V2 Message AST. Types aren't yet generated since that depends on the Registry discussion

None of the pages in the docs can be scrolled. This makes them basically unusable. The problem exists in all browsers.

Using the `declare module` syntax opens a new opportunity: ✨module descriptions✨ By adding a JSDoc comment above a `declare module` statement, we can tell intellisense to show a module description....

Hi, Paraglide Maintainer here We recently released `@inlang/paraglide-js-adapter-sveltekit` ([docs](https://inlang.com/m/dxnzrydw/library-inlang-paraglideJsAdapterSvelteKit)) which enables some very powerful i18n routing. As pointed out in #22, some of the features / design choices throw some...

i18n

WIP PR adding static export capabilities to paraglide-next

### 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['hello_' + __defined_value__]) //...

has workaround
p2-edge-case

Closes #227 This PR adds an Adder for Paraglide-SvelteKit I had to expand the options on the text-prompts a little to allow for input validation & custom placeholders. ## Open...

This PR prepares a prerelease version of Paraglide that supports plurals & variable formatting. Variable support has already been implemented in a past PR. This PR adds further improvements and...

**What can't you do right now?** I'm trying to process a buffer with sections that are compressed with deflate. I know where these sections start, but have no idea how...