Update credits

This commit is contained in:
Athozus 2023-06-17 15:57:26 +02:00
parent 31645f263b
commit c6d8f8a069
No known key found for this signature in database
GPG Key ID: B50895022E8484BF
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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)