diff options
author | Thierry Crozat | 2010-11-15 21:01:48 +0000 |
---|---|---|
committer | Thierry Crozat | 2010-11-15 21:01:48 +0000 |
commit | 2c058a1235cc686a5555de5afd8c895ef2a11df4 (patch) | |
tree | 921087e21387f9737cad7b5858495a73786516a6 | |
parent | df73b6d49f6dcb17108b8a0fbb45099c8bb11798 (diff) | |
download | scummvm-rg350-2c058a1235cc686a5555de5afd8c895ef2a11df4.tar.gz scummvm-rg350-2c058a1235cc686a5555de5afd8c895ef2a11df4.tar.bz2 scummvm-rg350-2c058a1235cc686a5555de5afd8c895ef2a11df4.zip |
CREDITS: Add Hungarian translator.
svn-id: r54252
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -357,6 +357,7 @@ Other contributions Hungarian: Alex Bevilacqua + George Kormendi Italian: Matteo Angelino diff --git a/gui/credits.h b/gui/credits.h index d54e280a37..10a2e937c8 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -401,6 +401,7 @@ static const char *credits[] = { "", "C1""Hungarian", "C0""Alex Bevilacqua", +"C0""George Kormendi", "", "C1""Italian", "C0""Matteo Angelino", diff --git a/tools/credits.pl b/tools/credits.pl index 75f9678cbc..509df40274 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -897,6 +897,7 @@ begin_credits("Credits"); end_section(); begin_section("Hungarian"); add_person("Alex Bevilacqua", "", ""); + add_person("George Kormendi", "GoodOldGeorg", ""); end_section(); begin_section("Italian"); add_person("Matteo Angelino", "Maff", ""); |