German translation: Player and Misc

This commit is contained in:
Wuzzy 2019-03-14 02:32:35 +01:00
parent 45d09754d0
commit b72afa7e62
22 changed files with 114 additions and 643 deletions

View file

@ -157,7 +157,7 @@ end
-- command to set player skin (usually for custom skins)
minetest.register_chatcommand("setskin", {
params = "[<player>] [<skin number>]",
params = S("[<player>] [<skin number>]"),
description = S("Select player skin of yourself or another player"),
privs = {},
func = function(name, param)