1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 14:36:03 +02:00

update translation (thanks Niklp)

This commit is contained in:
tenplus1
2023-08-13 10:07:09 +01:00
parent 32231d5043
commit 3ca3d656cb
16 changed files with 421 additions and 339 deletions

View File

@ -1,5 +1,5 @@
local S = mobs.intllib
local S = mobs.translate
-- are we a real player ?
@ -31,8 +31,7 @@ minetest.register_node("mobs:spawner", {
.. " (player distance) (Y offset)")
-- text entry formspec
meta:set_string("formspec",
"size[10,3.5]"
meta:set_string("formspec", "size[10,3.5]"
.. "label[0.15,0.5;" .. minetest.formspec_escape(head) .. "]"
.. "field[1,2.5;8.5,0.8;text;" .. S("Command:")
.. ";${command}]")