Translate missing commands
This commit is contained in:
parent
9cef74c03b
commit
6fbd47cde6
3 changed files with 6 additions and 2 deletions
|
@ -100,7 +100,7 @@ minetest.register_chatcommand("setblock", {
|
|||
})
|
||||
|
||||
minetest.register_chatcommand("list", {
|
||||
description = "Show who is logged on",
|
||||
description = S("Show who is logged on"),
|
||||
params = "",
|
||||
privs = {},
|
||||
func = function(name)
|
||||
|
@ -113,7 +113,7 @@ minetest.register_chatcommand("list", {
|
|||
})
|
||||
|
||||
minetest.register_chatcommand("seed", {
|
||||
description = "Displays the world seed",
|
||||
description = S("Displays the world seed"),
|
||||
params = "",
|
||||
privs = {},
|
||||
func = function(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue