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
I and @Deer Demo Try to added Thai language in this mod.
With manual translate base on en.json file.
And changed to Thai Font in settings.json but Thai character it's showing as this "□□□□"
Can you help me fixing that problem?
----
i also trying to combo with this mod "FontFix字体修复".
It seem showing correctly but not at all.
Only text that reloaded will show correctly.
(i mean re-Active the TextMeshUGUI game object)
To change the font, you need to specify the Unicode range for the new font in the spcUnicode option. The odd-numbered Unicodes are the beginnings and the even-numbered Unicodes are the ends. For example, in the Korean settings, I specify 6 ranges for the new font. Could you please check that?
"code": "th-TH",
"dictPath": "\\lang\\th.json",
"fontPath": "\\resources\\THFont-Regular.ttf", <-- It is necessary to specify the path to the Thai font.
"atlasSize": 2048,
"names": [
"th-TH",
"ไทย",
"Thai"
],
"spcUnicode": [
"0E00",
"0E7F"
]
}