pimcore-data-definitions
pimcore-data-definitions copied to clipboard
[Export] Shared Translation Interpreter
trafficstars
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| BC Break report? | no |
| RFC? | no |
| Branch? | master |
We're using the Shared translation feature to store labels for codes which we use for our ETIM implementation. We use/store a code (like EC123456) as a external identifier, but store the translations for that code in shared translations.
When exporting, we'd like to replace the code with the label so a SharedTranslationInterpreter seems like it would fit here.
PR? :)
Maybe, we've already implemented it in our app, could probably push it upstream.