Craftopia / 创世理想乡

Craftopia / 创世理想乡

Additional Languages for Craftopia
DeerKCS 2023 年 8 月 30 日 下午 9:13
Thai Translation
can you make thai language or create file thai translator? thank you
< >
正在显示第 1 - 8 条,共 8 条留言
Sabotember  [开发者] 2023 年 8 月 31 日 上午 12:01 
Thank you for the suggestion. I use DeepL for the translations, but it does not support Thai yet and I have to find another service to translate... If you, or other Thai speakers, can support this mod, you can add thai dictionary file and language settings via GitHub ( https://github.com/BudgieY/AdditionalLanguagesForCraftopia/tree/20230711.2120/plugins/lang ). Please tell me if you are willing to help me, and I will tell you how to add a language to this mod. Information of machine translating service for Thai is also welcome.
DeerKCS 2023 年 8 月 31 日 上午 12:19 
i agree to help you translate for Thai language. thank you
DarknessNeko 2023 年 9 月 11 日 上午 9:39 
Hi @Sabotember :tabbycat:

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)
最后由 DarknessNeko 编辑于; 2023 年 9 月 16 日 下午 7:07
Sabotember  [开发者] 2023 年 9 月 15 日 下午 8:16 
Thank you for your cooperation, and sorry I have not prepared a documentation for developers.
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?
Sa'no A'ras  [开发者] 2023 年 9 月 16 日 上午 7:20 
U+0E00 - U+0E7F Thai 87
Sa'no A'ras  [开发者] 2023 年 9 月 16 日 上午 7:37 
{
"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"
]
}
DeerKCS 2023 年 9 月 16 日 上午 8:13 
I've tried put unicode and same problem but finally we make mod for thai font fix this "□□□□" to "สวัสดี". thx for @JustALittleMeow. he write new code mod to fix this, now we are doing manual translate it maybe long time because we have only thing is google translate and dictionary that support in this time.
Sa'no A'ras  [开发者] 2023 年 9 月 16 日 上午 10:01 
Yes, I have the same issue too...
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50