Details
-
Task
-
Resolution: Obsolete
-
Neutral
-
None
-
5.2
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
Currently there is no "fallback" for the so that translations cannot be shared across apps. There should be a way to do this, so that for example new Content apps dont always need to retranslate common section titles.
This should be done here:
/magnolia-ui-actionbar/src/main/java/info/magnolia/ui/actionbar/definition/ActionbarSectionDefinitionKeyGenerator.java
For example:
stkChannelsApp.browser.actionbar.sections.properties.label=Property
stkChannelsApp.browser.actionbar.sections.nodes.label=Content Node
stkChannelsApp.browser.actionbar.sections.folders.label=Folder
stkChannelsApp.browser.actionbar.sections.multiple.label=Multiple items
stkChannelsApp.browser.actionbar.sections.root.label=Configuration
The first four of these could be generic.
The 5 STK apps defined in STK should then have their keys cleaned up in English, German and Chinese.