mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-07 10:31:25 +02:00
Add wand.lua
translarion. Some fixes for translations:
- add missed `count` var - fix terminology "blocks" -> "nodes" for `//outset` `//inset` - change textdomain `worldedit` -> `worldedit_commands` - add missed translation ("invalid usage") in `//cubeapply`
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
local S = minetest.get_translator("worldedit")
|
||||
local S = minetest.get_translator("worldedit_commands")
|
||||
|
||||
local safe_region_callback = {}
|
||||
|
||||
|
Reference in New Issue
Block a user