Estonian language files for yoda soccer
Estonian language files for yoda soccer
I have trouble with it. I translated the languge file and added to the folder as 8th languge. But when i choose it in game, then the game shuts down.
Re: Estonian language files for yoda soccer
You need to create also these files:Heiki wrote:I have trouble with it. I translated the languge file and added to the folder as 8th languge. But when i choose it in game, then the game shuts down.
Code: Select all
keycodes/keycodes.8
data/tables/team_tab.8
I suggest you this procedure:Heiki wrote:Ok, i created them. But the text that should be on the buttons is randomly placed and there is []-s everywhere.
- create a copy of each of the files ending in 0 (english)
language.0 > copy_of_language.0
keycodes.0 > copy_of_keycodes.0
team_tab.0 > copy_of_team_tab.0
- rename the copies
copy_of_language.0 > language.8
copy_of_keycodes.0 > keycodes.8
copy_of_team_tab.0 > team_tab.8
- test the files in the game and then make your changes
Also I suggest you to take a look at the other language files to see which part of the files you need to change.