Is there something planned to handle text translations (snippets)? #24
-
Hi! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @benjamin-ott, for now, we do not have a specific goal in terms of snippet handling. Snippet management is usually handled at build time and we've noticed that in Shopware-PWA there were wildly varying expectations/opinions about how it should work. For that reason, we've decided to leave it out of the framework, at least for now. We might implement snippet translations into the demo-store-template at some point, to create a reference that people can base their implementations on. |
Beta Was this translation helpful? Give feedback.
-
Hi all, we have a POC implementation via a language switcher. You can see the code here on StackBlitz to get an idea how to solve this task. So it is already possible to have everything translated. We will discuss about integrating this into the demo store, as it seems to be a often requested feature. 👋 bjoern |
Beta Was this translation helpful? Give feedback.
-
Hi, @BrocksiNet But in the end we need a domain structure like this: I'm trying to find out if i configured something wrong, or if this is just not possible yet. |
Beta Was this translation helpful? Give feedback.
Hi @benjamin-ott,
for now, we do not have a specific goal in terms of snippet handling. Snippet management is usually handled at build time and we've noticed that in Shopware-PWA there were wildly varying expectations/opinions about how it should work. For that reason, we've decided to leave it out of the framework, at least for now.
We might implement snippet translations into the demo-store-template at some point, to create a reference that people can base their implementations on.