From 67108c677130812d5df8a958156a8a33dbb3aff7 Mon Sep 17 00:00:00 2001 From: Athozus Date: Mon, 17 Jul 2023 22:20:58 +0200 Subject: [PATCH] Update credits --- README.md | 1 + ui/about.lua | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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)