diff options
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(); |