aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl3
-rw-r--r--gui/credits.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9e0c399642..e39400f22f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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",
"",