diff options
author | Thierry Crozat | 2012-08-27 11:42:29 +0100 |
---|---|---|
committer | Thierry Crozat | 2012-08-27 11:45:32 +0100 |
commit | 333a05c5b1643c3021929b83eca0686a559f1ceb (patch) | |
tree | a12ffd934f173e60d125eb8cf8ec02ac16894880 /devtools | |
parent | d2fb451f9ebf3f4131eb3ecd3d4de3523b305fdd (diff) | |
download | scummvm-rg350-333a05c5b1643c3021929b83eca0686a559f1ceb.tar.gz scummvm-rg350-333a05c5b1643c3021929b83eca0686a559f1ceb.tar.bz2 scummvm-rg350-333a05c5b1643c3021929b83eca0686a559f1ceb.zip |
CREDITS: Add credits for Galician translation
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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", ""); |