VM-Chinese-translate-group / create_astral_translation_zhcn

A Chinese (Simplified) Translation Project for the Create: Astral modpack.
MIT License
29 stars 11 forks source link

Note: Contents to be made translatable #27

Open HaloSense opened 1 year ago

HaloSense commented 1 year ago
arc25275 commented 1 year ago

Ponders: need keys from kubejs\assets\ponderjs_generated\lang, and the code used is Text.translate(key).getString() Other KubeJs scripts (tooltips for example) uses keys from kubejs\lang\ and the code used is Text.translate(key)

HaloSense commented 1 year ago

Ponders: need keys from kubejs\assets\ponderjs_generated\lang, and the code used is Text.translate(key).getString() Other KubeJs scripts (tooltips for example) uses keys from kubejs\lang\ and the code used is Text.translate(key)

Noted, all contributors will be notified to refer to this issue for future works.

arc25275 commented 1 year ago

For ponderjs, you actually shouldnt need to change any code; just create the lang file according to the en_us.json version. This will all be added when I'm done with the ponder stuff