Braid - Language File
-
qabRieL
- veteran
- Posts: 124
- Joined: Wed Aug 04, 2010 3:58 pm
- Has thanked: 2 times
- Been thanked: 3 times
Braid - Language File
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.
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.
You do not have the required permissions to view the files attached to this post.
-
merlinsvk
- ultra-veteran

- Posts: 411
- Joined: Mon Oct 27, 2008 12:11 am
- Location: Slovakia
- Has thanked: 35 times
- Been thanked: 117 times
Re: Braid - Language File
No 
After installing POEdit go to the POEdit\bin directory.
Use command-line (or write a batch file):
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-
sausage948
- ultra-n00b
- Posts: 1
- Joined: Sat Oct 22, 2011 2:32 pm
Re: Braid - Language File
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.

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.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

