diff options
author | Thierry Crozat | 2010-08-01 21:41:43 +0000 |
---|---|---|
committer | Thierry Crozat | 2010-08-01 21:41:43 +0000 |
commit | 575d38f602f7d9356f1849f5599008b2fef0e81a (patch) | |
tree | 6f625b16baaaf870d6b833b0967bbe879349f220 /tools | |
parent | f2838316cb55fc743e68ff1768350fcca5ce08fc (diff) | |
download | scummvm-rg350-575d38f602f7d9356f1849f5599008b2fef0e81a.tar.gz scummvm-rg350-575d38f602f7d9356f1849f5599008b2fef0e81a.tar.bz2 scummvm-rg350-575d38f602f7d9356f1849f5599008b2fef0e81a.zip |
i18n: Adding Spanish and Ukrainian translations
svn-id: r51596
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index cf9becc9b5..f59c68021a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -875,6 +875,12 @@ begin_credits("Credits"); begin_section("Russian"); add_person("Eugene Sandulenko", "sev", ""); end_section(); + begin_section("Spanish"); + add_person("Tomás Maidagan", "Truido", ""); + end_section(); + begin_section("Ukrainian"); + add_person("Lubomyr Lisen", "", ""); + end_section(); end_section(); begin_section("Websites (design)"); |