diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-05-06 23:38:44 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-05-07 11:42:37 +0200 |
commit | c8aea60324e3e219945a805f871363c10292f38b (patch) | |
tree | 791577ddbf7e55dd1f8a985a6d029279f235ac5f /editor/translations/extract.py | |
parent | 5d10b8fabdc9acc8b5296f1805c12648d4c5df4c (diff) | |
download | redot-engine-c8aea60324e3e219945a805f871363c10292f38b.tar.gz |
Improve documentation of thirdparty code snippets
Diffstat (limited to 'editor/translations/extract.py')
-rwxr-xr-x | editor/translations/extract.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/translations/extract.py b/editor/translations/extract.py index 616fec17a0..5e6c894936 100755 --- a/editor/translations/extract.py +++ b/editor/translations/extract.py @@ -38,7 +38,8 @@ unique_str = [] unique_loc = {} main_po = """ # LANGUAGE translation of the Godot Engine editor -# Copyright (C) 2016-2017 Juan Linietsky, Ariel Manzur and the Godot community +# Copyright (C) 2007-2017 Juan Linietsky, Ariel Manzur +# Copyright (C) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) # This file is distributed under the same license as the Godot source code. # # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |