Unofficial Terraria 1.4 Chinese localization.
tool
: Tool to extract localizations, and convert between gettext style (.PO
) and Terraria style (.json
) localization file.legacy
: Legacy Terraria 1.4 localization files.source
: Terraria 1.4 localization files.project
: OmegaT project
-
Compile
Chireiden.Terraria.sln
-
Run
Chireiden.Terraria.Localization asm Terraria.exe false [sourceLanguage] [targetLanguage] -- po <pathPO>
(de-DE
,en-US
,es-ES
,fr-FR
,it-IT
,pl-PL
,pt-BR
,ru-RU
,zh-Hans
) -
Copy the po file created to
yourLanguage\project\source
-
Open OmegaT, start your translation
-
After you done translation, run
Chireiden.Terraria.Localization po <pathPO> -- asm <pathGameExecutable> <targetLanguage>
(Target po file usually locate inproject\target
) -
Now you should get a patched version of Terraria!
It will be in the same folder as<pathGameExecutable>
but calledTerraria_locpatched.exe