mirror of
https://github.com/Relintai/godot_translation_editor.git
synced 2024-11-20 08:37:18 +01:00
15 lines
672 B
Markdown
15 lines
672 B
Markdown
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.
|
|
|
|
![screenshot](https://user-images.githubusercontent.com/1311555/48510007-861be880-e84a-11e8-89cf-00a33b9d37c8.png)
|
|
|
|
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.
|
|
|
|
|