Loris Sigrist
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...
### 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  ### 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...
[bug] Machine Translate inserts `<inlang-LineFeed>` in plain text if source message ends with `\n`
### 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...
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.