VP-GAMES / LocalizationEditor

Localization editor plugin for Godot Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalizationEditor

This is a Godot Editor plugin to manage localization data. The plugin allows you to quickly and easily edit translations in csv format. You can also auto translate your text (build in Google Translator) Remaps are also supported. Resources are assigned very easily using drag and drop. The assigned resources can be viewed in preview window, to check them. Inputs are also checked for errors. The wrong entries are highlighted in color.

Version: 1.6.4

The following validations are supported:

  • Empty entries
  • Missing resources in the specified path
  • Incorrect resource type assignments
  • Same resources in different languages

The following screenshots show the working areas of the plugin:

Videos

EN Localization Editor EN Localization Editor

RU Localization Editor RU Localization Editor

DE Localization Editor DE Localization Editor

Images

Select locales Locales editor

Edit translations Translations editor

Edit remaps Remaps editor

Edit placeholders Placeholders editor

Auto translation(Google Translator) Translation editor

How to install

This is a regular editor plugin. Copy the contents of addons/localization_editor into the same folder in your project, and activate it in your project settings. This plugin also contain example implementation. You find it in addons/localization_example folder.

About

Localization editor plugin for Godot Engine

License:MIT License


Languages

Language:GDScript 100.0%