There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-a36a04f2-f1ae-4379-b3cd-fc59ba3c101b XWIKI-18298 Open

XWiki notifications email partially translated

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-2ce5b250-4cfd-4f0a-aaee-d426b18648b5 Nikita Petrenko on 03/Jun/25 19:45
 
ENG locale is [hard-coded|https://github.com/xwiki/xwiki-platform/blob/70722ac119b808e972dfe33c4642b676a1df79e5/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/MailTemplate.xml#L158-L160] as property to MailTemplate page. It either can be removed or {noformat}macros.vm{noformat} can be modified with defined variable {code}$xcontext.locale{code} - this way notification mail will use the XWiki locale either it's monolingu or multilanguage.

French version of translations are present in L10n Notification: [one part|https://l10n.xwiki.org/browse/xwiki-platform/xwiki-platform-notifications/xwiki-notifications-code-translations/fr/?q=notifications.email.subject&sort_by=-priority%2Cposition&checksum=], [another part|https://l10n.xwiki.org/browse/xwiki-platform/xwiki-platform-notifications/xwiki-notifications-code-translations/fr/?q=notifications.events.&sort_by=-priority%2Cposition&checksum=].