A plugin to use TranslationServer inside the editor, useful for plugins
Note: There's a bug that may not let you export your game. Please see issues
To install this plugin, download it as ZIP archive. Copy the addons
folder to the root of your project.
This plugin doesn't need to be activated, since it just need populate the editor to be used.
Be sure to add some translations to your project to use the internationalization feature bundled with Godot.
This plugin has a very complex usage:
- Use
TranslationService.translate()
function as a replacement fortr()
orTranslationServer.translate()
(wich are essentially the same)
That's all.
You can also use TS.translate()
instead TranslationService.translate()
if you preffer short lines.