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 8fb7d6fbd Fix typo
8fb7d6fbd is described below

commit 8fb7d6fbdf8503bdcca99bfbb91ad5ebd16e6927
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Sep 10 12:41:28 2024 +0200

    Fix typo
---
 .../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 f50228154..c56d71e6d 100644
--- 
a/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
+++ 
b/src/main/jbake/content/documentation/bundles/internationalization-support-i18n.md
@@ -52,7 +52,7 @@ Two different types of storage formats are supported for the 
individual dictiona
 The (direct) child nodes of the `mix:language` node must have the 
`jcr:primaryType` set to `sling:MessageEntry` and must contain two special 
properties naming the key string and the message:
 
    * `sling:key` -- The `sling:key` property is a string property being the 
key for which the node contains the message(s). This property is optional. If 
it is not set the key is determined by the name of this `sling:messageEntry` 
resource.
-   * `sling:message` -- The `sling:message` property represents the resource 
for the key.
+   * `sling:message` -- The `sling:message` property represents the string for 
the key.
 
 It is only required that the message nodes are located below `mix:language` 
nodes. Such structures may also be scattered in the repository to allow storing 
message resources next to where they are most likely used, such as request 
scripts.
 

Reply via email to