On Mon, Oct 17, 2011 at 1:57 PM, Gerritjan Koekkoek <[email protected]> wrote:
I was at a demo of a Web application development tool. This tool created INITIAL translations by matching each line with google translate, translators could the overwrite the initial translation where needed
Would it be possible at l10n.xwiki.org to create a script that would do this for all lines not already translated the we could focus on those lines not correctly translated by Google (or any translation service?)
Yes probably. The list is very easy to generate based on the request used for http://l10n.xwiki.org/xwiki/bin/view/XEM/WikiManager?action=viewempty&langua... which allows to get an edit form an all empty translations for given translation resource and language. I don't have time right now to work on that but I can help you if you want to do it. First things is to create an issue on http://jira.xwiki.org/jira/browse/XALOCALIZATION (where all the bug reports and suggestions are supposed to go). As long as you have a user on l10n you can do some tests on a page I think, just try to not do too dangerous things ;) Here is a example script to get all the empty translations for "ko" language and translation resource "XEM.WikiManager": {{velocity}} #set($trans = $xwiki.parseGroovyFromPage("L10NCode.L10NGroovy")) #set($ok = $trans.setContext($context, $xwiki)) ## #set($emptytrans = $trans.getEmptyTranslations("XEM", "XEM.WikiManager", "ko", 0, 0)) $emptytrans {{/velocity}}
Op 13 okt. 2011, om 12:41 heeft Thomas Mortagne het volgende geschreven:
On Thu, Oct 13, 2011 at 12:13 PM, AngeloG <[email protected]> wrote:
For italian users that are interested in updating their italian resource file, please visit http://l10n.xwiki.org/xwiki/bin/view/L10N/TranslationRules_it , where I posted my last version (3.1 and 3.2) of ApplicationResources_it.properties file.
For xwiki developers: it is still too much time consuming (at least for me) to update translations line by line through actual system (l10n.xwiki.org), for what regards the big application resource file (>3500 lines).
Unfortunately I don't have time right now to do a resource file importer UI. Will try look to look at it next week (or maybe this weekend if I really can't sleep ;)).
Angelo Ghisoni
-- View this message in context: http://xwiki.475771.n2.nabble.com/Italian-translation-xwiki-core-tp6888357p6... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne