mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 12:40:25 +02:00
MT5 translation for homedecor_laundry
- Add french translation
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
local S = minetest.get_translator("homedecor_laundry")
|
||||
-- laundry devices
|
||||
|
||||
homedecor.register("washing_machine", {
|
||||
description = "Washing Machine",
|
||||
description = S("Washing Machine"),
|
||||
tiles = {
|
||||
"homedecor_washing_machine_top.png",
|
||||
"homedecor_washing_machine_bottom.png",
|
||||
@ -22,7 +23,7 @@ homedecor.register("washing_machine", {
|
||||
})
|
||||
|
||||
homedecor.register("dryer", {
|
||||
description = "Tumble dryer",
|
||||
description = S("Tumble dryer"),
|
||||
tiles = {
|
||||
"homedecor_dryer_top.png",
|
||||
"homedecor_dryer_bottom.png",
|
||||
@ -48,7 +49,7 @@ local ib_cbox = {
|
||||
}
|
||||
|
||||
homedecor.register("ironing_board", {
|
||||
description = "Ironing board",
|
||||
description = S("Ironing board"),
|
||||
mesh = "homedecor_ironing_board.obj",
|
||||
tiles = {
|
||||
"wool_grey.png",
|
||||
|
Reference in New Issue
Block a user