Konrad Windszus created SLING-12788: ---------------------------------------
Summary: Support configurable basename hierarchies Key: SLING-12788 URL: https://issues.apache.org/jira/browse/SLING-12788 Project: Sling Issue Type: Improvement Components: i18n Affects Versions: I18N Support 2.6.6 Reporter: Konrad Windszus Currently the [basename|https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html#resourcebundle-with-base-names] does not allow to define any fallbacks to other basenames. However the inheritance given by just the [locale|https://sling.apache.org/documentation/bundles/internationalization-support-i18n.html#resourcebundle-hierarchies] are not enough. Example is a multi-tenant server where one app uses "keyA" with message "A" while the other app uses "keyA" with message "a". Although basenames can be used to isolate those against each other it is often reasonable to have a default message which is common across all tenants (but can be easily overwritten). -- This message was sent by Atlassian Jira (v8.20.10#820010)