Braid - Language File

Need help translating games in other languages? Have your language problems solved here.
Post Reply
qabRieL
veteran
Posts: 124
Joined: Wed Aug 04, 2010 3:58 pm
Has thanked: 2 times
Been thanked: 3 times

Braid - Language File

Post by qabRieL » Tue Jan 18, 2011 4:56 pm

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.
You do not have the required permissions to view the files attached to this post.

merlinsvk
ultra-veteran
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

Post by merlinsvk » Wed Jan 19, 2011 11:59 am

Hi,
I tried it with POEdit (first convert .mo to .po, edit strings and then save to .mo) and game runs fine. :)

Image

qabRieL
veteran
Posts: 124
Joined: Wed Aug 04, 2010 3:58 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Braid - Language File

Post by qabRieL » Wed Jan 19, 2011 12:45 pm

How to convert .mo to .po?
Just rename it?

merlinsvk
ultra-veteran
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

Post by merlinsvk » Wed Jan 19, 2011 1:23 pm

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

qabRieL
veteran
Posts: 124
Joined: Wed Aug 04, 2010 3:58 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Braid - Language File

Post by qabRieL » Wed Jan 19, 2011 4:40 pm

Thank you, works great. :)

merlinsvk
ultra-veteran
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

Post by merlinsvk » Wed Jan 19, 2011 5:39 pm

Your welcome. Happy translating :up:

harpseal
n00b
Posts: 15
Joined: Wed Dec 08, 2010 1:48 am
Has thanked: 6 times

Re: Braid - Language File

Post by harpseal » Sat Jan 22, 2011 1:29 pm

Thank you for your answer.

sausage948
ultra-n00b
Posts: 1
Joined: Sat Oct 22, 2011 2:32 pm

Re: Braid - Language File

Post by sausage948 » Sat Oct 22, 2011 4:54 pm

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

Post Reply