mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-15 20:20:28 +02:00
Add missing translations.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
minetest.register_node("lrfurn:endtable", {
|
||||
description = "End Table",
|
||||
description = S("End Table"),
|
||||
drawtype = "nodebox",
|
||||
tiles = {"lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png"},
|
||||
paramtype = "light",
|
||||
@ -46,5 +49,5 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
if minetest.setting_get("log_mods") then
|
||||
minetest.log("action", "endtable loaded")
|
||||
minetest.log("action", "[lrfurn/endtable] "..S("Loaded!"))
|
||||
end
|
||||
|
Reference in New Issue
Block a user