Spanish Translation
Moderator: Moderators
- FoeOfTheBee
- Posts: 557
- Joined: 12 May 2005, 18:26
Spanish Translation
I would like to translate Spring to Spanish. What are the plans for translation of Spring? Is there a special file for all text in the game?
- FoeOfTheBee
- Posts: 557
- Joined: 12 May 2005, 18:26
Spanish help in the forums
I dont see inmediate need for a translation...
and i dont remember a spanish version of the original game.
However, maybe help in spanish is a good addition.
Im interested in making some sort of faq or newbie help in spanish.
PM me if you are interested.
and i dont remember a spanish version of the original game.
However, maybe help in spanish is a good addition.
Im interested in making some sort of faq or newbie help in spanish.
PM me if you are interested.
- PauloMorfeo
- Posts: 2004
- Joined: 15 Dec 2004, 20:53
It's easier then implementing translation
Seriously tho, internationalizing the engine is an enormous job - one has to decide what translation system to use, ie. i18n, gettext, some custom stuff.
Also all user visible strings have to be in something better then 7 bit ASCII, ie. UTF-8 or UNICODE. And that's even before you can start translating...

Seriously tho, internationalizing the engine is an enormous job - one has to decide what translation system to use, ie. i18n, gettext, some custom stuff.
Also all user visible strings have to be in something better then 7 bit ASCII, ie. UTF-8 or UNICODE. And that's even before you can start translating...
I think a good GUI should be based on files describing where and how and so on everything is displayed. I think Steam is using something like that, isn't it? They use .rc files. Is something like that planned?
I know it's a lot of work. Theoretically you could do the translation piece by piece. You need kind of a "getlocalizedstring(id)" function and then one after another the hardcoded string could be replaced with the function call.
I know it's a lot of work. Theoretically you could do the translation piece by piece. You need kind of a "getlocalizedstring(id)" function and then one after another the hardcoded string could be replaced with the function call.
if anything making some of the Wiki sections international would be easier and more beneficial. The wiki is (or at least should be) the starting point for all new people who want to play spring. Making that easier for non English speakers to read would be a giant leap foward that doesn' require a massive amount of code work.
Mod files ie descriptions can be done on a per mod basis. Just need someone to volunteer to do them. Same with the wiki.
Mod files ie descriptions can be done on a per mod basis. Just need someone to volunteer to do them. Same with the wiki.