From cc30d817390c32807ec038a6f2f2e9cf6cc41a13 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 14 Nov 2018 20:20:00 +0000 Subject: [PATCH] Added screenshot to README (hosted outside the repo) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0979311..2615a63 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 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 -----------------