I am getting ready to localize Bubble Burster into any languages I can and would like your help.
Basically if you can translate English into your native language I will give you a free copy of Bubble Burster. As an added bonus, I will make sure Bubble Burster is translated into your language
.
All you need to do is contact me and let me know what language you can translate. There isn’t a whole lot to translate. Only about 20 lines. You can see what needs to be translated here.
The format of the files is important and needs to stay exactly the same. It is:
/* The title shown over the list of high scores */ "High Scores" = "High Scores"
The text between /* and */ are comments. They describe what is being translated. The string on the left of the equals sign, is the title of the string. Leave this alone. It is the string on the right that needs to be translated.
So, translated into French using the translator widget, it would be:
/* The title shown over the list of high scores */ "High Scores" = "Hauts Points"
And that’s it.

Leave a Reply