From c6d8f8a0695e2a423119785b60ede3c05a2be6b1 Mon Sep 17 00:00:00 2001 From: Athozus Date: Sat, 17 Jun 2023 15:57:26 +0200 Subject: [PATCH] Update credits --- README.md | 4 +++- ui/about.lua | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b30eb3..0c7aec4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ See the "LICENSE" file * Cheapie (Initial idea/project) * Rubenwardy (Lua/UI improvements) * BuckarooBanzay (Clean-ups, Refactoring) -* Athozus (Outbox, Maillists, UI, Drafts) +* Athozus (Outbox, Maillists, UI, Drafts, Trash, Settings) * SX (Various fixes, UI) * fluxionary (Minor fixups) * Toby1710 (UX fixes) @@ -81,6 +81,8 @@ See the "LICENSE" file * APercy (Brazilian Portuguese translation) * Nuno Filipe Povoa (mail_notif.ogg - https://invent.kde.org/plasma/oxygen-sounds/-/blob/master/sounds/Oxygen-Im-Nudge.ogg) * TheTrueBeginner (Simplified Chinese translation) +* nyomi (Hungarian translation) +* whosit (UI fixes) # Contribute diff --git a/ui/about.lua b/ui/about.lua index 0c003e4..2998e41 100644 --- a/ui/about.lua +++ b/ui/about.lua @@ -25,7 +25,7 @@ function mail.show_about(name) [[#FFD700,Cheapie,Initial idea/project,]] .. [[#FFF,Rubenwardy,Lua/UI improvements,]] .. [[#FFF,BuckarooBanzay,Clean-ups\, Refactoring,]] .. - [[#FFF,Athozus,Outbox\, Maillists\, UI\, Drafts,]] .. + [[#FFF,Athozus,Boxes\, Maillists\, UI\, Settings,]] .. [[#FFF,fluxionary,Minor fixups,]] .. [[#FFF,SX,Various fixes\, UI,]] .. [[#FFF,Toby1710,UX fixes,]] .. @@ -39,7 +39,9 @@ function mail.show_about(name) [[#FFF,Chache,Spanish translation,]] .. [[#FFF,APercy,Brazilian Portuguese trans.,]] .. [[#FFF,Nuno Filipe Povoa,mail_notif.ogg,]] .. - [[#FFF,TheTrueBeginner,Simplified Chinese trans.] + [[#FFF,TheTrueBeginner,Simplified Chinese trans.,]] .. + [[#FFF,nyomi,Hungarian translation,]] .. + [[#FFF,whosit,UI fixes] ]] .. mail.theme minetest.show_formspec(name, FORMNAME, formspec)