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 +1,2 @@
|
||||
default
|
||||
default
|
||||
homedecor
|
||||
|
@ -1,7 +1,10 @@
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
screwdriver = screwdriver or {}
|
||||
|
||||
minetest.register_node("plasmascreen:stand", {
|
||||
description = "Plasma Screen TV Stand",
|
||||
description = S("Plasma Screen TV Stand"),
|
||||
tiles = {"plasmascreen_back.png"},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
@ -94,7 +97,7 @@ local function checkwall(pos)
|
||||
end
|
||||
|
||||
minetest.register_node("plasmascreen:tv", {
|
||||
description = "Plasma TV",
|
||||
description = S("Plasma TV"),
|
||||
drawtype = "mesh",
|
||||
mesh = "plasmascreen_tv.obj",
|
||||
tiles = {
|
||||
@ -130,7 +133,7 @@ minetest.register_node("plasmascreen:tv", {
|
||||
})
|
||||
|
||||
minetest.register_node("plasmascreen:tv_off", {
|
||||
description = "Plasma TV (off)",
|
||||
description = S("Plasma TV (off)"),
|
||||
drawtype = "mesh",
|
||||
mesh = "plasmascreen_tv.obj",
|
||||
tiles = {
|
||||
|
Reference in New Issue
Block a user