diff --git a/README.md b/README.md index d09dec6..5605587 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ See the "LICENSE" file * TheTrueBeginner (Simplified Chinese translation) * nyomi (Hungarian translation) * whosit (UI fixes) +* Wuzzy (German translation) # Contribute diff --git a/ui/about.lua b/ui/about.lua index 4a2a366..92510df 100644 --- a/ui/about.lua +++ b/ui/about.lua @@ -41,7 +41,8 @@ function mail.show_about(name) [[,Nuno Filipe Povoa,mail_notif.ogg,]] .. [[,TheTrueBeginner,Simplified Chinese trans.,]] .. [[,nyomi,Hungarian translation,]] .. - [[,whosit,UI fixes] + [[,whosit,UI fixes,]] .. + [[,Wuzzy,German translation] ]] .. mail.theme minetest.show_formspec(name, FORMNAME, formspec)