Page 1 of 1

Braid - Language File

Posted: Tue Jan 18, 2011 4:56 pm
by qabRieL
Hello.
I want to translate the game "Braid"
I downloaded it from Steam today.
Text files are in, C:\Steam\SteamApps\common\braid\data\strings folder.

There are nine files;
english.mo
french.mo
german.mo
italian.mo
japanese.mo
korean.mo
portuguese.mo
spanish.mo
tchinese.mo


I can open the files easily with Game Translator.
The problem is in saving... When I save it and change it with the file, game doesn't start.
Can somebody take a look at attached file?
Thanks.

Re: Braid - Language File

Posted: Wed Jan 19, 2011 11:59 am
by merlinsvk
Hi,
I tried it with POEdit (first convert .mo to .po, edit strings and then save to .mo) and game runs fine. :)

Image

Re: Braid - Language File

Posted: Wed Jan 19, 2011 12:45 pm
by qabRieL
How to convert .mo to .po?
Just rename it?

Re: Braid - Language File

Posted: Wed Jan 19, 2011 1:23 pm
by merlinsvk
No :)
After installing POEdit go to the POEdit\bin directory.

Use command-line (or write a batch file):

Code: Select all

msgunfmt english.mo > english.po

Re: Braid - Language File

Posted: Wed Jan 19, 2011 4:40 pm
by qabRieL
Thank you, works great. :)

Re: Braid - Language File

Posted: Wed Jan 19, 2011 5:39 pm
by merlinsvk
Your welcome. Happy translating :up:

Re: Braid - Language File

Posted: Sat Jan 22, 2011 1:29 pm
by harpseal
Thank you for your answer.

Re: Braid - Language File

Posted: Sat Oct 22, 2011 4:54 pm
by sausage948
Hello, I am interested in translating Braid into Dutch. I have located the .mo files and was wondering how to convert them to .po files.
merlinsvk wrote:No :)
After installing POEdit go to the POEdit\bin directory.

Use command-line (or write a batch file):

Code: Select all

msgunfmt english.mo > english.po
I tried to follow merlinsvk’s directions here. The first time I directly copied that line into the “msgunfmt” file, and the english.mo file dissapeared from its folder… I couldn’t locate a .po file either. I still had a copy of the .mo file though so I just copied that back in. Afterwards I tried it again a couple of times and nothing happened. I also tried to put the complete file path names for the files, but that didn’t work either. I’m a bit of a newb with this kind of stuff, so could someone please help me with this? Thanks in advance. :)