1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 12:56:01 +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,3 +1,4 @@
wool
bucket
homedecor_i18n
unifieddyes

View File

@ -1,8 +1,10 @@
local S = homedecor_i18n.gettext
lavalamp = {}
minetest.register_node("lavalamp:lavalamp", {
description = "Lava Lamp",
description = S("Lava Lamp"),
drawtype = "mesh",
mesh = "lavalamp.obj",
tiles = {
@ -45,7 +47,7 @@ minetest.register_node("lavalamp:lavalamp", {
})
minetest.register_node("lavalamp:lavalamp_off", {
description = "Lava Lamp (off)",
description = S("Lava Lamp (off)"),
drawtype = "mesh",
mesh = "lavalamp.obj",
tiles = {