Can paraglide-astro be used with inlang-plugin-i18next? #2732
-
I'm investigating paraglide-astro, but it supports too little syntax, so I want to use inlang-plugin-i18next. But i get a error in my demo. Can anyone help me?🙏🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, Paraglide can't be used with Inlang-plugin-i18next. Namespaces aren't supported & likely won't be. Inlang takes the stance that you shouldn't really bother organizing translations & instead rely on tools like the Sherlock IDE Extension to create / find messages. If you're looking for features like Plurals and Formatting functions: They are in the works right now. In the meantime you can use the |
Beta Was this translation helpful? Give feedback.
No, Paraglide can't be used with Inlang-plugin-i18next.
Namespaces aren't supported & likely won't be. Inlang takes the stance that you shouldn't really bother organizing translations & instead rely on tools like the Sherlock IDE Extension to create / find messages.
If you're looking for features like Plurals and Formatting functions: They are in the works right now. In the meantime you can use the
Intl
API to format values.