[Inlang Paraglide] Dynamic key in runtime - Mainly using in the web-builder #2489
Unanswered
harrytran998
asked this question in
[inlang SDK] Feature Requests
Replies: 0 comments 3 replies
-
If I understand correctly you want to allow users to create & edit translations dynamically. Unfortunately this isn't practical with Paraglide, as it is a compiler and therefore needs to know all translations at built time. If I'm misunderstanding please elaborate on your usecase |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Inlang team, currently we have a product allows user can drag-drop components to customize their website, and they can define whatever they want, for example:
product.add_cart
,button.continue
... in each component.Our current solution was to save all customization locales in a user API, to get the
json
files and serve it in runtime.So, do your team have any idea how to do this? Thank you for reading and please ask any questions if you are not clear about that.
Beta Was this translation helpful? Give feedback.
All reactions