
Do I have to manually make this strings.po file initially from my current strings.xml then?
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-06-20 09:51
Post: #11
I'm still confused, sorry guys.
![]() Do I have to manually make this strings.po file initially from my current strings.xml then? ![]() |
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 115 Location: Dawn of time |
2012-06-20 11:03
Post: #12
Script from alanwww1 can make a .op from an .xml
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules. For troubleshooting and bug reporting, make sure you read this first For your mediacenter artwork go to ![]() |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-06-20 11:13
Post: #13
Cheers, where can I find it?
![]() |
| find quote |
Wanilton
Fan Joined: Jun 2010 Reputation: 13 Location: Florianópolis - Brazil |
2012-06-20 11:44
Post: #14
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-06-20 12:13
Post: #15
Is this the correct usage?
Code: C:\Users\Kevin>F:\Downloads\xbmc-xml2po_v096.exe -s C:\Users\Kevin\AppData\Roaming\XBMC\addons\skin.All I get is a message that 'LGPLed libiconv for Windows' has stopped working. ![]() |
| find quote |
alanwww1
Team-XBMC Member Joined: Nov 2008 Reputation: 31 Location: Hungary |
2012-06-20 12:38
Post: #16
(2012-06-20 12:13)Hitcher Wrote: Is this the correct usage? Try using the Linux version please. It surely works. I had no time to really check the Win version. Libiconv is not so easy on Windows. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 115 Location: Dawn of time |
2012-06-20 12:58
Post: #17
Tested it a week ago and it did work for me on Win7 64bit
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules. For troubleshooting and bug reporting, make sure you read this first For your mediacenter artwork go to ![]() |
| find quote |
Wanilton
Fan Joined: Jun 2010 Reputation: 13 Location: Florianópolis - Brazil |
2012-06-20 13:08
Post: #18
Hitcher, try this way
xbmc-xml2po_v096.exe -s "C:\Users\Kevin\AppData\Roaming\XBMC\addons\skin" need "" and this structure: skin\language\english For me work fine, win8 32 bits, generated some strings erroneously, after generating, check the integrity format PO, so that it is in the correct format before using. Po file format ok: msgctxt "#31001" msgid "VIDEOS" msgstr "" some strings generated this way in a strange format, but still works correctly in xbmc. msgctxt "#31001" msgid "" "VIDEOS" msgstr "" In linux, Alanwww1, convert files xml to po, with success.
(This post was last modified: 2012-06-20 13:19 by Wanilton.)
|
| find quote |
Mudislander
Skilled Skinner Joined: Jun 2009 Reputation: 20 |
2012-06-29 16:45
Post: #19
(2012-06-19 23:23)CutSickAss Wrote: I tried it with Python 3.2, and it doesn't seem to work. Worked like a treat with version 2.7. And the full was not necessary for the script to work, at least in my case. Worked well for me - Thanks and to giftie for the script |
| find quote |