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 86f5c3e023..9f71be9467 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -391,6 +391,9 @@ Other contributions
------------
Thierry Crozat - Translation Lead
+ Basque:
+ Mikel Iturbe Urretxa
+
Catalan:
Jordi Vilalta Prat
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 8330450984..b3a506125f 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -915,6 +915,9 @@ begin_credits("Credits");
begin_persons();
add_person("Thierry Crozat", "criezy", "Translation Lead");
end_persons();
+ begin_section("Basque");
+ add_person("Mikel Iturbe Urretxa", "", "");
+ end_section();
begin_section("Catalan");
add_person("Jordi Vilalta Prat", "jvprat", "");
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 154f577fba..ecfe280d20 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -459,6 +459,9 @@ static const char *credits[] = {
"C1""Translations",
"C0""Thierry Crozat",
"C2""Translation Lead",
+"C1""Basque",
+"C0""Mikel Iturbe Urretxa",
+"",
"C1""Catalan",
"C0""Jordi Vilalta Prat",
"",