Added README

This commit is contained in:
Marc Gilleron 2018-11-14 20:12:08 +00:00
parent b09dffce8a
commit f6ca9df70e

13
README.md Normal file
View File

@ -0,0 +1,13 @@
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.