Closed ralaud closed 4 years ago
was your flag detected as Turkish? If so, a chat command could be added later to switch back to english
It was detected as denmark flag. And today I tried with Netherlands VPN, it detected Netherland flag and its the same behaviour. So my conclusion is, that only not translated languages get this behaviour.
But I looked up closer now.
It is just this part, which is translated in turkish, even if it was detected as denmark flag:
file: /bin/translations.json
This part I did test:
{
"context": "turkish",
"or": "Infected won the round in %d seconds",
"tr": "Zombiler bu eli %d sürede kazandılar saniye"
},
This part, I was not able to test yet:
{
"context": "turkish",
"or": "%d humans won the round",
"tr": "%d insan bu eli kazandı"
},
{
"context": "turkish",
"or": "You have survived, +5 points",
"tr": "Hayatta kaldınız, +5 puan"
},
]
}
The rest (the menu for choosing the class) will be shown in english.
Attachment:
Thanks, now it is translating in english :)
present after e8a617d
Hi, my country id was denmark and it was not translated. Instead of using english language, it was using the turkish translated strings. I would recommend to outcomment all not translated cases for now and add case default with english language.
This may solve it (check case default, I dont know if it is right).
src/game/server/gamemodes/mod.cpp (line 561 to 734)
Best regards, ralaud