aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2012-03-11 13:20:42 +0000
committerThierry Crozat2012-03-11 13:21:42 +0000
commite08ab4e8aa37b55d42e2800457f8704212a721cb (patch)
tree0c9aa246760531a881fc601be32496bd109faa7a
parent5658b202baed76bb8c6ce775d516e7331f4cb48b (diff)
downloadscummvm-rg350-e08ab4e8aa37b55d42e2800457f8704212a721cb.tar.gz
scummvm-rg350-e08ab4e8aa37b55d42e2800457f8704212a721cb.tar.bz2
scummvm-rg350-e08ab4e8aa37b55d42e2800457f8704212a721cb.zip
CREDITS: Add credits for Basque translation
-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",
"",