Translation editor plugin for Godot Engine
Go to file
Relintai c18d22e499 Shorten the top tab's name. 2023-10-08 22:17:48 +02:00
addons/zylann.translation_editor Shorten the top tab's name. 2023-10-08 22:17:48 +02:00
.gitignore Added project 2018-11-13 21:37:26 +00:00
CHANGELOG.md Bump to 0.3 2020-06-15 21:18:32 +01:00
README.md Update about prefix 2020-06-16 00:18:01 +01:00
icon.png Updated icon 2020-06-15 20:51:23 +01:00
icon.png.import Upgrade stuff 2020-06-14 20:03:00 +01:00
project.godot Upgrade stuff 2020-06-14 20:03:00 +01:00

README.md

Translation editor for Godot Engine

This is an editor plugin to edit translation files from inside Godot Engine. It supports .csv and .po files, although gettext support is limited to what Godot can handle. It can also be used as a standalone editor if translation_editor.tscn is run or exported as main scene.

It can extract strings from your project automatically and adds them to a list for you to translate. There is no particular convention to use (GDScript and TSCN files have special parsing), but you can specify a prefix, in which case any common text format should work.

screenshot2

How to install

This is a regular editor plugin. Copy the contents of addons/zylann.translation_editor into the same folder in your project, and activate it in your project settings.