Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
After updating the localiztion with version 11 of the game, my mod stopped working. The main menu works fine, but as soon as you press play, the strings stop showing up:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=496524347
EDIT:
Found the issue! Someone messed some of the variables on the language file. The string STRINGS.UI.SAVESLOTS.DAYS_SPENT appears as such on English:
{1} {2:DAY|DAYS} / {3} {4:HOUR|HOURS}
The correct should be:
{1} {1:DAY|DAYS} / {2} {2:HOUR|HOURS}
But, while the devs don't fix this, anyone translating should try:
{1} {1:DAY|DAYS} / {3} {3:HOUR|HOURS}
EDIT2:
Gosh darnit:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=496531839