update translate
Some checks are pending
Check & Release / lint (push) Waiting to run

This commit is contained in:
Vitaliy Olkhin 2025-01-09 19:01:06 +05:00
parent 414e036c05
commit a342cce1a1

View File

@ -178,7 +178,7 @@ for_each_registered_node(function(node_name, node_def)
node_name:find("steelblock", 1, true) and
node_def.description:find("Steel", 1, true) then
minetest.override_item(node_name, {
description = node_def.description:gsub("Steel", tr_wrought),
description = "Steel".. tr_wrought,
})
end
local tiles = node_def.tiles or node_def.tile_images