-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ParaglideJS Inlang plugin #140
Comments
I think we used to have the problem that a paraglide plugin was needed as a module and then you would have had two paraglide modules, which cased confusion. |
I'm not sure if that's a good idea, since we would be tie-ing the storage format to the API used in code. |
Paraglide doesn't need a storage plugin with persistency. So this is only about the matcher for paraglide. |
This was discussed yesterday with @samuelstroschein – I also had this misconception. With importer/exporter Currently, it would mean the limitation you described.
🤷🏼 – manual setup? don't know, but happens often. |
I see. In that case doesn't it make more sense to wait for persistence to land before doing something like this? |
Yes, let's wait for persistence. |
@LorisSigrist Do you see the value in bundling the inlang message format plugin & the m function matcher in a dedicated paraglidejs plugin to have a more convenient handling of modules?
Originally posted by @felixhaeberle in opral/inlang.com#85 (comment)
The text was updated successfully, but these errors were encountered: