Right clicking a `.translation` file -> "ModTool: Add translation" That adds ```gdscript ModLoaderMod.add_translation("path/to/translation/resource/file.translation") ``` to the *mod_main.gd* `add_translations()` function.
Right clicking a
.translationfile -> "ModTool: Add translation"That adds
to the mod_main.gd
add_translations()function.