1
0
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:
Diego Martínez
2017-01-29 18:41:03 -03:00
parent dc7b60c11f
commit 27e1175fb0
25 changed files with 162 additions and 111 deletions

View File

@ -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