diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 3 | ||||
-rw-r--r-- | gui/credits.h | 3 |
3 files changed, 9 insertions, 0 deletions
@@ -411,6 +411,9 @@ Other contributions Basque: Mikel Iturbe Urretxa + Belarusian: + Ivan Lukyanov + Catalan: Jordi Vilalta Prat diff --git a/devtools/credits.pl b/devtools/credits.pl index f5fc9d64eb..3c97e6ab0b 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -940,6 +940,9 @@ begin_credits("Credits"); begin_section("Basque"); add_person("Mikel Iturbe Urretxa", "", ""); end_section(); + begin_section("Belarusian"); + add_person("Ivan Lukyanov", "", ""); + end_section(); begin_section("Catalan"); add_person("Jordi Vilalta Prat", "jvprat", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index 8a90f88429..f63f54a6fb 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -475,6 +475,9 @@ static const char *credits[] = { "C1""Basque", "C0""Mikel Iturbe Urretxa", "", +"C1""Belarusian", +"C0""Ivan Lukyanov", +"", "C1""Catalan", "C0""Jordi Vilalta Prat", "", |