This means that in beta 1, it wasn't possible to translate the vehicle names.
However, I've implemented a new mechanism that works in beta 1. To translate any of the new graphics sets, you need to download GRFTrans from http://www.ttdpatch.net/src/grftrans.zip
Then you run it from a command line like this:
Code: Select all
grftrans dbset.grf
Code: Select all
grftrans -o dbset_it.txt dbset.grf
Code: Select all
grftrans -l 1 dbset.grf
Once you've translated all the text strings there, you then run grftrans again, now on the text file:
Code: Select all
grftrans dbset.txt

Of course you can also choose a different output filename:
Code: Select all
grftrans -o dbset_dk.grf dbset.txt
NOTE 2: The generated grf file works for both the DOS and Windows version, because it only contains the names, and not any graphics that might need to different.
I haven't tested this a whole lot, but it worked with the dbset. Please let me know of any error, problems or other difficulties you find using this program or the translated .grf files.
[note to mod: don't make it sticky, I'll just link to this thread from the new graphics thread...]