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-platform-core/xwiki-platform-oldcore/src/main/resources/ If you want to contribute to translations, you can do so on http://l10n.xwiki.org/ -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
