You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, we could make the whole thing a didi service as well, but that would break the concept of having the core as a generic component catalog only.
Why should we do it?
Our UI should be translatable altogether, not only the properties.
The text was updated successfully, but these errors were encountered:
What should we do?
Currently, every component that goes inside
src/properties-panel
is not translatable. We use thetranslate
service inside the BPMN part, but the core parts are currently not an injectabledidi
service.We could add a
translate
function to the props of thePropertiesPanel
component..Alternatively, we could make the whole thing a didi service as well, but that would break the concept of having the core as a generic component catalog only.
Why should we do it?
Our UI should be translatable altogether, not only the properties.
The text was updated successfully, but these errors were encountered: