diff options
Diffstat (limited to 'editor/translations/extract.py')
-rwxr-xr-x | editor/translations/extract.py | 4 |
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" """ |