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:
@ -1,3 +1,4 @@
|
||||
wool
|
||||
bucket
|
||||
homedecor_i18n
|
||||
unifieddyes
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user