-
I want change the (display) name of style manager sectors for translating the UI.
The style manager data structure become updated just fine, but these changes are not reflected on the UI. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Not sure why that doesn't work, but there are other ways you can do the same thing. You can either define your sectors with a different name from the start (on the styleManager config inside Defining sector name in styleManager config
Using i18n module for translationI18n docs |
Beta Was this translation helpful? Give feedback.
Not sure why that doesn't work, but there are other ways you can do the same thing.
You can either define your sectors with a different name from the start (on the styleManager config inside
editor.init()
) or make use of thei18n
module.Defining sector name in styleManager config