Translation editor plugin for Godot Engine
Go to file
2018-11-14 22:27:19 +00:00
addons/zylann.translation_editor Show current file in the status bar, also fix another bug when saving .po files 2018-11-14 22:27:19 +00:00
.gitignore Added project 2018-11-13 21:37:26 +00:00
icon.png Added project 2018-11-13 21:37:26 +00:00
icon.png.import Added project 2018-11-13 21:37:26 +00:00
project.godot Added quick save button 2018-11-13 21:47:38 +00:00
README.md Added README 2018-11-14 20:12:08 +00:00

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.

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.