mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-05 06:00:29 -04:00
declare the translator in every module instead of a global
This commit is contained in:
parent
4d4fd90eee
commit
af03f9439b
12 changed files with 30 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
-- translation
|
||||
local S = minetest.get_translator("mail")
|
||||
|
||||
local FORMNAME = "mail:maillists"
|
||||
|
||||
local maillists_formspec = "size[8,9;]" .. mail.theme .. [[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue