translating hedgewars, a few ideas
Hi guys, i think that translators should also translate things like credits and map names(I mean names like "volcano" or "lonely island"); it would be nice if we translate every possible word in the game . I thought about it and in my opinion the best way would be to add those extra things to translate to .ts file.
The question is, is it possible? I am not a programmer so I don't know what can be included in .ts file. If credits are in one separate file it's not so bad, not so uncomfortable to translate. The second thing are maps, as far as I know map names we see in game are names of map folders. So how should translators translate it? Write patch that will change names of those?
I think that translating would be much more comfortable if things like weapon names and other things form file en.txt(or pl.txt etc.) are included in .ts file. As I said before, I do not know if it's possible. Please let me know what do you(developers and other translators) think about those ideas.
XMPP:alzen@jid.pl / GG: 3747253
I like this idea, but these strings need to be ported to .ts file
Songbird : Play the web !
French translator of Hedgewars
I like this idea for maps, but IMHO weapons are in another file because in game it's better use it in this manner. I'm not one of the developers, but I think it's for in-game efficiency. Isn't it?
PS. I'm the italian translator, pleasure to meet you
Come to the dark side, we have cookies... - V
Hedgewars script for ubuntu is here...but maybe I have to update it first
Well... what should I say:
[o]
We could create a file with different associations of the directory, when game looks for the map names it opens this file and according to the i18n it looks the right 'column' and insert the right name. For example the file could be like this:
DIRECTORY EN IT
share/Hedgewars/Data/Maps/Volcano Volcano Vulcano
share/Hedgewars/Data/Maps/Lonely_island Lonely island Isola deserta
and so on...
Come to the dark side, we have cookies... - V
Hedgewars script for ubuntu is here...but maybe I have to update it first
I think it's worth using XML instead cfg for map so you can have :
Songbird : Play the web !
French translator of Hedgewars
Good idea, but then we need a xml parser for pascal I think.
EDIT: Sorry, I thought there was not, but here it is! http://wiki.freepascal.org/XML_Tutorial
Come to the dark side, we have cookies... - V
Hedgewars script for ubuntu is here...but maybe I have to update it first