Loris Sigrist

Results 33 issues of Loris Sigrist

### Describe the problem There is currently no good way of rewriting the destination of an outgoing navigation. There are many cases where this would be useful: - i18n routing...

feature request

### Environment Node.js v21.2.0 ### Reproduction Self contained snippet: ```js import jiti from 'jiti' const moduleAsText = "export default 42" const dataUrl = "data:text/javascript;base64," + btoa(moduleAsText) const nativeImport = await...

ParaglideJS is a tiny i18n library with fully type-safe messages (including params) that only ships messages that are used in client-components to the client. Link to Documentation: https://inlang.com/m/osslbuzt/library-inlang-paraglideJsAdapterNextJs > (Technically...

This is something that tripped me up a couple times, and given that #26 is three years old, I'm likely not the only one. This PR adds support for `ArrayBuffer`...

This PR adds the [ParaglideJS](https://inlang.com/m/iljlwzfs/library-inlang-paraglideJsAdapterAstro) integration to the Integrations section. Paraglide is a tiny, type-safe i18n integration for Astro that only ships messages that are used on islands to the...

Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for...

### NPM package name @inlang/paraglide-js-adapter-astro ### Short description (if different than package.json) and icon ![dithered](https://github.com/withastro/astro.build/assets/43482866/fa94e751-125e-47da-93c1-dd7a8af15eeb) ### Homepage URL (if different than package.json) https://inlang.com/c/astro

This PR updates the internal `Message` AST to include all the functionality we need to implement plurals, genders and other formatting functions. It also adds the **experimental and not for...

### Problem If you translate from a message like `" Deploy\n"` (weird formatting, extracted with the IDE extension), the Machine Translate command will output a message ending with the plain-text...

type: bug
scope: inlang/cli

This PR adds [ParaglideJS](https://inlang.com/m/dxnzrydw/library-inlang-paraglideJsAdapterSvelteKit) to the list of i18n solutions. Paraglide is a tiny, Typesafe i18n library with translated links out of the box. Any existing links get translated automatically.