Open ArionWT opened 5 years ago
Forwarded to https://github.com/teeworlds/teeworlds/issues/2027 since this is a code issue
Fixed by https://github.com/teeworlds/teeworlds/pull/2029, updated Transifex
Seems other two strings don't work in the new menu:
All
in src\game\client\components\menus.cpp:2532
Favorites
in src\game\client\components\menus.cpp:2530
They are in .json file, but not applied ingame.
Those are filters defined in ui_settings.json
. Since filters can be customized by the user (but not really those), it would be difficult to localize them.
@oy should we change that somehow and localize the default filter names, or leave it as is?
@Dune-jr yeah, we could localize them.
Hello,
Missed one string on Transifex:
Menu background transparency
And string №336 You have to wait %1.f seconds to change identity.
on Transifex may be You have to wait %1.0f seconds to change identity.
due this commit.
Yeah, need to update Transifex for the menu background transparency. The second thing isn't a big deal, I can automate a fix.
Hello, There aren't some strings for translation on Transifex:
(screenshots on Imgur)
If you add them to the .json file manually, translated strings works in the game (at least in version 0.7.2). Maybe this is some kind of bug in some convert script for loading on Transifex?