Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the Magnolia up to 4.5, it is possible to define i18nBasename property in a dialog configuration to define a different message bundle. In Magnolia 5, this still works, just the property has to be placed under the form sub-node of the dialog.

I suggest to allow to use this property also in the app definition, to choose a message bundle for the whole app (actions, workbench, ...). This will require some API extensions, such as adding getI18nBasename() method to the AppDescriptor interface, etc.

...