Hallo I made the translation in Italian of the same string.properties file and updated l10n.xwiki.org/.../Wysiwyg I hope the file will be included in one of the next release. I would like to update my xwiki but the link provided seems dead. Is there any other way? (I don't want to break my installation)
(3) Build the editor yourself. For this you have to follow this steps:
i) Edit http://svn.xwiki.org/svnroot/xwiki/platform/web/trunk/wysiwyg/src/main/resou... and change:
<extend-property name="locale" values="fr,de"/>
to
<extend-property name="locale" values="fr,de,sk"/>
If you don't need the French and the German translations then keep just yours, but note that the build time increases with the number of languages.
ii) build the editor (mvn clean install)
iii) update the editor in your XWiki Enterprise instance. Delete the resources/js/xwiki/wysiwyg/xwe directory from your XE instance and copy the same directory from the war generated by the build.
-- View this message in context: http://n2.nabble.com/WYSIWYG-editor-language-in-user-interface-tp4440246p470... Sent from the XWiki- Users mailing list archive at Nabble.com.