An organization switcher in your navigation. The navigation likely lives in the layout, but layouts don’t support form actions (naturally). This means you can’t use form actions and are forced to create an API endpoint.
An organization switcher in your navigation. The navigation likely lives in the layout, but layouts don’t support form actions (naturally). This means you can’t use form actions and are forced to create an API endpoint.
Thinking about a project to simplify ISO 27001 software documentation, making compliance less painful for developers. If it works well here, it’ll work anywhere.
Thinking about a project to simplify ISO 27001 software documentation, making compliance less painful for developers. If it works well here, it’ll work anywhere.
Static translations: Keep them in the developer’s domain with tools like Tolgee and inlang.
Dynamic translations: Handled by the end-user via software-based solutions.
Static translations: Keep them in the developer’s domain with tools like Tolgee and inlang.
Dynamic translations: Handled by the end-user via software-based solutions.
No solution (that I know of) bridges static and dynamic translations. It begs the question, should they even be unified?
In a perfect world, domain-specific terms would only need to be translated once, usable across both static and dynamic contexts.
No solution (that I know of) bridges static and dynamic translations. It begs the question, should they even be unified?
In a perfect world, domain-specific terms would only need to be translated once, usable across both static and dynamic contexts.
This is where things get trickier.
- Content is duplicated based on the object and the language. Think of a blog post in a CMS
- Often, it’s baked into the software itself.
- Decoupled solutions like Weglot exist, but performance trade-offs are common.
This is where things get trickier.
- Content is duplicated based on the object and the language. Think of a blog post in a CMS
- Often, it’s baked into the software itself.
- Decoupled solutions like Weglot exist, but performance trade-offs are common.
This is where I have the most experience. Currently I am very impressed with tools like Tolgee and Paraglide (inlang).
- You map keys to strings in a file.
- It’s developer-friendly and widely supported.
- The ecosystem is growing fast
This is where I have the most experience. Currently I am very impressed with tools like Tolgee and Paraglide (inlang).
- You map keys to strings in a file.
- It’s developer-friendly and widely supported.
- The ecosystem is growing fast