"official" i18n solution/guide for VPS #663
Replies: 1 comment 1 reply
-
Sounds good and this actually potentially matches the vision VPS is pursuing, which is to deeply integrate with third-party tools, such as Inlang. A working example is https://github.com/brillout/vite-plugin-ssr/tree/main/examples/stem-react. The neat thing here is that the whole renderer logic is provided by Stem React which makes VPS a lot more like Next.js. Now this idea can be extended to all kinds of tools: admin panel, CMS, (error) tracking, emailing, full-text search, etc. (Although many will need to integrate not only with VPS but also with other tools – it will take time to fully unfold the vision.) Eventually, the user will be able to start with a full-fledged stack without having to write a single line of glue code. Ideally these Stem integrations are ejectable so that the user doesn't lose flexibility. Creating Stem packages is pretty easy: you create a normal VPS app and then move some One thing we can do is to start creating a normal VPS app that uses Inlang for i18n. Once we are happy with the result we create a new |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I am exploring possibilities to invest substantial resources in VPS by providing an "official" i18n library/guide.
We are users of VPS and build i18n/localization infrastructure (github/inlang). Providing VPS with an i18n solution would help us localizing our own product but also provide VPS with:
The task would be a large undertaking but may be worth it if users of VPS are interested, and we can design the i18n to be framework agnostic (like TanStack libraries). We need conviction to invest resources into this proposal though.
EDIT: Discussion is ongoing at opral/monorepo#395
Beta Was this translation helpful? Give feedback.
All reactions