[xwiki-users] $msg.get(...)
Hello everyone, I put a space on my favorite and I receive a mail every hour that tells me all new pages creating on this space (or the pages that have been editing/deleted). When I look at the code, I see an object of type Xwiki.Mail. In this object, there is a code like that : $msg.get("watchlist.notification.email.greeting") Where can I find the translations or the file where the sentence corresponding to this code is ? Thank for your answer. Best regards, Stéphanie -- View this message in context: http://xwiki.475771.n2.nabble.com/msg-get-tp6885314p6885314.html Sent from the XWiki- Users mailing list archive at Nabble.com.
On 10/12/2011 10:50 AM, Stéphanie wrote:
Hello everyone,
I put a space on my favorite and I receive a mail every hour that tells me all new pages creating on this space (or the pages that have been editing/deleted). When I look at the code, I see an object of type Xwiki.Mail.
In this object, there is a code like that :
$msg.get("watchlist.notification.email.greeting")
Where can I find the translations or the file where the sentence corresponding to this code is ?
Depends. On the server, it should be in files called ApplicationResources*.properties packed inside WEB-INF/lib/xwiki-platform-legacy-oldcore-*.jar, which you can extract into WEB-INF/classes if you want to be able to modify them. As sources, they are committed at https://github.com/xwiki/xwiki-platform/tree/xwiki-platform-3.2/xwiki-platfo... If you want to contribute to translations, you can do so on http://l10n.xwiki.org/ -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Sergiu Dumitriu -
Stéphanie