aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2012-08-27 11:42:29 +0100
committerThierry Crozat2012-08-27 11:45:32 +0100
commit333a05c5b1643c3021929b83eca0686a559f1ceb (patch)
treea12ffd934f173e60d125eb8cf8ec02ac16894880
parentd2fb451f9ebf3f4131eb3ecd3d4de3523b305fdd (diff)
downloadscummvm-rg350-333a05c5b1643c3021929b83eca0686a559f1ceb.tar.gz
scummvm-rg350-333a05c5b1643c3021929b83eca0686a559f1ceb.tar.bz2
scummvm-rg350-333a05c5b1643c3021929b83eca0686a559f1ceb.zip
CREDITS: Add credits for Galician 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 02c805b833..fe806c4490 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -408,6 +408,9 @@ Other contributions
French:
Thierry Crozat
+ Galician:
+ Santiago G. Sanz
+
German:
Simon Sawatzki
Lothar Serra Mari
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 6a4b97b89d..7ce17a9df6 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -935,6 +935,9 @@ begin_credits("Credits");
begin_section("French");
add_person("Thierry Crozat", "criezy", "");
end_section();
+ begin_section("Galician");
+ add_person("Santiago G. Sanz", "sgsanz", "");
+ end_section();
begin_section("German");
add_person("Simon Sawatzki", "SimSaw", "");
add_person("Lothar Serra Mari", "Lothar93", "");
diff --git a/gui/credits.h b/gui/credits.h
index 34c6f21026..fdde2da821 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -476,6 +476,9 @@ static const char *credits[] = {
"C1""French",
"C0""Thierry Crozat",
"",
+"C1""Galician",
+"C0""Santiago G. Sanz",
+"",
"C1""German",
"C0""Simon Sawatzki",
"C0""Lothar Serra Mari",