1
0
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:
Alexander Chibrikin
2023-10-19 17:21:00 +03:00
parent c6ae70a96b
commit 62bb1cc5ef
6 changed files with 24 additions and 14 deletions

View File

@ -1,4 +1,4 @@
local S = minetest.get_translator("worldedit")
local S = minetest.get_translator("worldedit_commands")
local safe_region_callback = {}