From e08ab4e8aa37b55d42e2800457f8704212a721cb Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 11 Mar 2012 13:20:42 +0000 Subject: CREDITS: Add credits for Basque translation --- AUTHORS | 3 +++ devtools/credits.pl | 3 +++ gui/credits.h | 3 +++ 3 files changed, 9 insertions(+) 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", "", -- cgit v1.2.3