New translation system, part 4: Misc/Player
This commit is contained in:
parent
0d6610dcee
commit
0cc038c545
4 changed files with 9 additions and 13 deletions
|
@ -1,3 +1,5 @@
|
|||
local S = minetest.get_translator("mcl_privs")
|
||||
|
||||
minetest.register_privilege("maphack", {
|
||||
description = "Can place and use advanced blocks like mob spawners, command blocks and barriers.",
|
||||
description = S("Can place and use advanced blocks like mob spawners, command blocks and barriers."),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue