For some reason, I can't find where I put it in the game anymore. I'll do a reinstall and retest and I will get back to you. I think I might still have an older version installed.
I have now found out what the problem was. I'm not switching to the po files and redoing the translation.
Since I never have owned a joystick and it's hard to google, I need help with a word: What does gain do? I found something that suggested it's the sensitivity of the joystick, it that correct? Gaelic doesn't have a word for this yet, so I'll need to create one that makes sense.
(12-09-2012, 11:32 AM)GunChleoc Wrote: I have now found out what the problem was. I'm not switching to the po files and redoing the translation.
Since I never have owned a joystick and it's hard to google, I need help with a word: What does gain do? I found something that suggested it's the sensitivity of the joystick, it that correct? Gaelic doesn't have a word for this yet, so I'll need to create one that makes sense.
Also, what does Held/Once do?
You don't have to redo the translation, just use the cfg2po.py to create a po file from your translation (if you want).
gain is a multiplier: value = gain * value;
Held/Once control how input is processed. Held: React on input value. Signal as long as user is pressing the key. Once: React on input value change(signal edge). Signal once when user is pressing the key.
Thanks, but I needed to revise the translation anyway. Also, it should be consistent with the current .pot.
However, I now need to convert the PO file back for testing (I usually need to jump through a bazillion hoops because of string length, so in-game texting is vital). I have installed a Ubuntu VM so I can run the script, but when I try to download po2cfg.py, it says "file not found". Could maybe someone do the conversion for me? I'm attaching the PO.
The script has a problem if a translation runs over two lines. For example,
Code:
msgid "Change detail levels and other advanced display options."
msgstr ""
"Atharraich ìre a' mhion-sheallaidh is roghainnean seallaidh adhartach eile."
in the PO file becomes
Code:
#Change detail levels and other advanced display options. =
in the text file. Since Virtaal and Poedit both automatically insert line breaks in long strings, this might be worth looking into.
There is also a problem with ":
Code:
Return to the Options menu. = Till dhan chlàr-taice \"Roghainnean.\
This String should end in ". I think the \ need to be removed as well. For now, this is easy enough to deal with with a decent text editor and query/replace.
ETA: I manually fixed the lang file to test it, but it crashes the game. Any idea why? I'm working with the last official release on a Windows 7 system.
I've fixed the multi-line issue, please redownload the script.
As for the quotation marks. Lets say that special characters are not supported (for now). Feel free to use single quotes or asterisk instead.
(12-11-2012, 04:37 PM)GunChleoc Wrote: ETA: I manually fixed the lang file to test it, but it crashes the game. Any idea why? I'm working with the last official release on a Windows 7 system.
I used the new script with performs perfectly, thank you!
I still get the crash though. I open the game, choose the language, then close the game, when I open the game, the window appears shortly with just white content and then disappears.
Which version are you running? Maybe I need a newer version. I could run it on my Ubuntu VM if needed.
(12-11-2012, 09:39 PM)GunChleoc Wrote: I used the new script with performs perfectly, thank you!
I still get the crash though. I open the game, choose the language, then close the game, when I open the game, the window appears shortly with just white content and then disappears.
Which version are you running? Maybe I need a newer version. I could run it on my Ubuntu VM if needed.