summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-03-20 13:33:40 +0100
committerGitHub <noreply@github.com>2020-03-20 13:33:40 +0100
commit075870bc0d3250a84977680b6928320317f02c23 (patch)
tree9123571b8b721d5df03027a07bc7c63d474e6d20 /editor
parenta02c16c1d2169204adce800116cd037a6c6b755a (diff)
parent36baa0247eece649d8b9965b7252576f6dce25f2 (diff)
Merge pull request #37185 from akien-mga/i18n-classref-headers
i18n: Improve classref translation extractor, add Makefile and generate .pot file
Diffstat (limited to 'editor')
-rwxr-xr-xeditor/translations/extract.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/translations/extract.py b/editor/translations/extract.py
index e7ebda32df..10859c7c90 100755
--- a/editor/translations/extract.py
+++ b/editor/translations/extract.py
@@ -34,7 +34,7 @@ matches.sort()
unique_str = []
unique_loc = {}
main_po = """
-# LANGUAGE translation of the Godot Engine editor
+# LANGUAGE translation of the Godot Engine editor.
# Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur.
# Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md).
# This file is distributed under the same license as the Godot source code.
@@ -45,6 +45,8 @@ main_po = """
msgid ""
msgstr ""
"Project-Id-Version: Godot Engine editor\\n"
+"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\\n"
+"MIME-Version: 1.0\\n"
"Content-Type: text/plain; charset=UTF-8\\n"
"Content-Transfer-Encoding: 8-bit\\n"
"""