This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new 9666260f7 Update internationalization-support-i18n.md
9666260f7 is described below
commit 9666260f7d89b9f7e2f5de378618667c0878dac2
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon May 5 11:01:09 2025 +0200
Update internationalization-support-i18n.md
Add link to OSGi bundle support ticket
---
.../content/documentation/bundles/internationalization-support-i18n.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
b/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
index 9703e4e21..04846544e 100644
---
a/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
+++
b/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
@@ -180,7 +180,7 @@ The last resort (root resource bundle in all hierarchies)
is always the bundle w
### OSGi bundle based ResourceBundle resources
-Since [version 2.5.16]() the i18n bundle supports locating ResourceBundle
resources that exist outside of the JCR repository. A new osgi.extender
technique can be utilized so that an OSGi bundle can declare certain paths that
should be traversed to locate ResourceBundle resources.
+Since [version 2.5.16](https://issues.apache.org/jira/browse/SLING-10135) the
i18n bundle supports locating ResourceBundle resources that exist outside of
the JCR repository. A new osgi.extender technique can be utilized so that an
OSGi bundle can declare certain paths that should be traversed to locate
ResourceBundle resources.
For example, the bundle providing the ResourceBundle resources can define
something like this: