diff options
author | Thierry Crozat | 2012-03-11 13:20:42 +0000 |
---|---|---|
committer | Thierry Crozat | 2012-03-11 13:21:42 +0000 |
commit | e08ab4e8aa37b55d42e2800457f8704212a721cb (patch) | |
tree | 0c9aa246760531a881fc601be32496bd109faa7a | |
parent | 5658b202baed76bb8c6ce775d516e7331f4cb48b (diff) | |
download | scummvm-rg350-e08ab4e8aa37b55d42e2800457f8704212a721cb.tar.gz scummvm-rg350-e08ab4e8aa37b55d42e2800457f8704212a721cb.tar.bz2 scummvm-rg350-e08ab4e8aa37b55d42e2800457f8704212a721cb.zip |
CREDITS: Add credits for Basque translation
-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
@@ -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", "", |