![]() |
|
Attention ALL translators - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Translations and Language Files (/forumdisplay.php?fid=90) +--- Thread: Attention ALL translators (/showthread.php?tid=126925) |
RE: Attention ALL translators - alanwww1 - 2012-05-10 12:48 (2012-05-10 12:03)queeup Wrote: hey @alanwww1 could you tell me when are you guys planning to Eden bug fix release? Because I need to correct some strings. And where can I submit? To github, to transifex test project or wait for you to offical transifex project? No official date yet, AFAIK. I will backport PO file support to the Eden branch and so everybody can refine, update etc. the translations for Eden up at Transifex.net. When you will sign up as a translation team member for a specific language, you will always receive the announcements we create. So as soon as we have the release date for the Eden service release I'll make a notice to everyone there. RE: Attention ALL translators - Roman_V_M - 2012-05-11 16:47 Just out of curiosity I've tried to translate XML language files with Transifex and it seems to work. For that you need to import them as xhtml. The only issue I've noticed that a XML header and comments are stripped, but all other tags are preserved. A translated file is downloaded as xhtml, and to use it with XBMC you simply need to change its extension and to add a proper XML header (with utf-8 encoding).
RE: Attention ALL translators - alanwww1 - 2012-05-11 18:08 (2012-05-11 16:47)Roman_V_M Wrote: Just out of curiosity I've tried to translate XML language files with Transifex and it seems to work. It wouldn't be a solution for us as we want plural forms support as well in the near future. Also machine created PO files are needed if we want to get rid of the ID numbers. RE: Attention ALL translators - Roman_V_M - 2012-05-11 18:55 (2012-05-11 18:08)alanwww1 Wrote: It wouldn't be a solution for us as we want plural forms support as well in the near future. Also machine created PO files are needed if we want to get rid of the ID numbers. Yes, I realize that moving to POs is inevitable, but maybe it can be used as an interim solution for various skins/add-ons that are not parts of XBMC core. As for a free CAT web-tool, Transifex is quite good and can facilitate translation efforts. From my point of view, the only thing it seriously lacks is TM auto-suggestion feature of 100% and fuzzy matches like in professional CAT tools. After all, Transifex TMs (translation memories) can be later used for translating PO files. BTW, by "plural forms support" do you mean that we will have grammar-aware usage of plural forms for languages with more complex plural structure than English, like Slavic languages with their 3 plural forms: 1 generic and 2 numeral-dependent? That would be great, because now in Russian an Ukrainian strings "numeral variable + word" sometimes look weird due to grammatical disagreement. RE: Attention ALL translators - alanwww1 - 2012-05-11 19:15 (2012-05-11 18:55)Roman_V_M Wrote: BTW, by "plural forms support" do you mean that we will have grammar-aware usage of plural forms for languages with more complex plural structure than English, like Slavic languages with their 3 plural forms: 1 generic and 2 numeral-dependent? That would be great, because now in Russian an Ukrainian strings "numeral variable + word" sometimes look weird due to grammatical disagreement. Yes, exactly. The parser is already prepared to parse such entries, but I just need to fit that into the XBMC localiztion infrastructure. It will be in the second stage of our refator work. RE: Attention ALL translators - Kolabor - 2012-05-21 07:42 @alanwww1 I'd like to update Polish language. Are there any tools for those .po files or should I wait? RE: Attention ALL translators - Martijn - 2012-05-21 10:46 (2012-05-21 07:42)Kolabor Wrote: @alanwww1 I'd like to update Polish language. Are there any tools for those .po files or should I wait? Please wait until the new project has been setup on Transifex. Then you can register in a translator team that will make it a lot easier RE: Attention ALL translators - Kolabor - 2012-05-21 16:47 OK. Thanks for the answer. RE: Attention ALL translators - Wanilton - 2012-05-24 01:14 Hello Alanwww1, do you have plans to update xbmc-xml2po.exe, from new po file format, I need this tool (yes i read request #989), for convert strings skin in xml format to po file. Thanks, Wanilton RE: Attention ALL translators - alanwww1 - 2012-05-24 12:41 (2012-05-24 01:14)Wanilton Wrote: Hello Alanwww1, do you have plans to update xbmc-xml2po.exe, from new po file format, I need this tool (yes i read request #989), for convert strings skin in xml format to po file. I'll update it soon. But PLEASE do NOT start manually editing the PO files. Please use Transifex for that. I will upload the official project probably this weekend. Converting the XML files, I will always do it for you and the addon/skin developers, So don't worry about the conversion tool. Thanks, Cheers, Attila |