xyz
xyz copied to clipboard
workspace, locale, and plugin dictionary
Updating the dictionary through the workspace for locales and plugins should be easier to configure.
Plugins must append to a dictionary in order to provide new entries introduced in the plugin.
But adding multiple languages to the dictionary in each module can quickly become cluttered with the risk of duplicate entries.
It might better to reference the required entries in the module documentation and add the entries in the language dictionary itself.
The keyvalue_dictionary
core plugin can be used to override key values in the locale itself.
The should be plugin to provide dictionary files in order to reduce the ammount of dictionary entries in the mapp library and views.
Almost a quarter of the _default view is just dictionary entries always loaded but rarely used. This ammounts to a lot of unnecessary payload.