Sorry, we don't support your browser.  Install a modern browser

Not all words are available for translation#728

Please tell me how to translate new words? They are not in the downloaded file (Rewind time for a specified number of seconds).
And in the game skip certain phrases that are also missing in the downloaded translation file.
Thanks.

5 years ago

Those strings are hardcoded.

I’d say the whole translation system should be refactored. Almost all strings should be in a special key-value table. So any developer will have to deal with it while adding new strings.

NB! The strings mustn’t be keys to themselves. For example, “Flip” (table) and “Flip” (object) and “Flip” (in help hint) - three different strings.

5 years ago
1

Thanks for the answer.

5 years ago