add comment for cross referencing

This commit is contained in:
mmattel
2023-04-20 14:39:33 +02:00
parent 37e5f8d167
commit af744967d7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -51,6 +51,8 @@ The language code pattern is composed of `language[_territory]` where `language
For example, for the language `de`, one needs to place the corresponding translation files to `{NOTIFICATIONS_TRANSLATION_PATH}/de/LC_MESSAGES/translations.po`.
<!-- also see the userlog readme -->
Important: For the time being, the embedded ownCloud Web frontent only supports the main language-code but does not handle any territory. When strings are available in the language-code `language_territory`, the web frontend does not see it as it only requests `language`. As impact, any translations made must exist in the requested `language` to avoid a fallback to the default.
### Translation Rules
+2
View File
@@ -46,6 +46,8 @@ The language code pattern is composed of `language[_territory]` where `language
For example, for the language `de`, one needs to place the corresponding translation files to `{USERLOG_TRANSLATION_PATH}/de_DE/LC_MESSAGES/userlog.po`.
<!-- also see the notifications readme -->
Important: For the time being, the embedded ownCloud Web frontent only supports the main language-code but does not handle any territory. When strings are available in the language-code `language_territory`, the web frontend does not see it as it only requests `language`. As impact, any translations made must exist in the requested `language` to avoid a fallback to the default.
### Translation Rules