/Godot-TranslationService

A plugin to use TranslationServer inside the editor, useful for plugins

Primary LanguageGDScriptMIT LicenseMIT

TranslationService [v0.1]

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

Installation

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.

Usage

Be sure to add some translations to your project to use the internationalization feature bundled with Godot.

This plugin has a very complex usage:

  1. Use TranslationService.translate() function as a replacement for tr() or TranslationServer.translate() (wich are essentially the same)

That's all.

You can also use TS.translate() instead TranslationService.translate() if you preffer short lines.