Open KANAjetzt opened 1 year ago
Right clicking a .translation file -> "ModTool: Add translation"
.translation
That adds
ModLoaderMod.add_translation("path/to/translation/resource/file.translation")
to the mod_main.gd add_translations() function.
add_translations()
Right clicking a
.translation
file -> "ModTool: Add translation"That adds
to the mod_main.gd
add_translations()
function.