Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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"
]
}