GodotModding / godot-mod-tool

Tool to improve the development experience when creating Godot mod-loader mods.
MIT License
41 stars 3 forks source link

Add file system context action to add translation(s) #94

Open KANAjetzt opened 1 year ago

KANAjetzt commented 1 year ago

Right clicking a .translation file -> "ModTool: Add translation"

That adds

ModLoaderMod.add_translation("path/to/translation/resource/file.translation")

to the mod_main.gd add_translations() function.