diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index bff1251f7a..208602911e 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -854,6 +854,25 @@ begin_credits("Credits"); add_person("Johannes Schickel", "LordHoto", ""); end_section(); end_section(); + + begin_section("Translations"); + begin_persons(); + add_person("Thierry Crozat", "criezy", "Translation Lead"); + end_persons(); + begin_section("French"); + add_person("Thierry Crozat", "criezy", ""); + end_section(); + begin_section("German"); + add_person("Simon Sawatzki", "SimSaw", ""); + add_person("Lothar Serra Mari", "Lothar93", ""); + end_section(); + begin_section("Hungarian"); + add_person("Eugene Sandulenko", "sev", ""); + end_section(); + begin_section("Russian"); + add_person("Eugene Sandulenko", "sev", ""); + end_section(); + end_section(); begin_section("Websites (design)"); begin_persons(); |