diff options
author | Thierry Crozat | 2011-01-19 23:05:06 +0000 |
---|---|---|
committer | Thierry Crozat | 2011-01-19 23:05:06 +0000 |
commit | 024b7758c5122bae99f1a92fc38fce3ad231d1f6 (patch) | |
tree | 2fdc12f08b3832c18b312e9437ffc0130d3ae313 /tools | |
parent | a9bbfb1fcdea020057e36a29260384057f7781bd (diff) | |
download | scummvm-rg350-024b7758c5122bae99f1a92fc38fce3ad231d1f6.tar.gz scummvm-rg350-024b7758c5122bae99f1a92fc38fce3ad231d1f6.tar.bz2 scummvm-rg350-024b7758c5122bae99f1a92fc38fce3ad231d1f6.zip |
I18N: Update credits and NEWS file after adding two new GUI translations
svn-id: r55339
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 5e5f3c2b21..1bdd81cdb1 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -891,6 +891,9 @@ begin_credits("Credits"); begin_section("Catalan"); add_person("Jordi Vilalta Prat", "jvprat", ""); end_section(); + begin_section("Danish"); + add_person("Steffen Nyeland", "", ""); + end_section(); begin_section("French"); add_person("Thierry Crozat", "criezy", ""); end_section(); @@ -908,6 +911,9 @@ begin_credits("Credits"); begin_section("Norwegian (Bokmål)"); add_person("Einar Johan T. Sømåen", "", ""); end_section(); + begin_section("Norwegian (Nynorsk)"); + add_person("Einar Johan T. Sømåen", "", ""); + end_section(); begin_section("Brazilian Portuguese"); add_person("ScummBR Team", "", ""); end_section(); |