MT5 translation for homedecor_laundry

- Add french translation
This commit is contained in:
Louis Royer 2020-08-04 23:10:18 +02:00
parent efba9e0648
commit 4f23eeec3e
6 changed files with 32 additions and 7 deletions

View File

@ -1,4 +0,0 @@
homedecor_common
default
basic_materials
bucket?

View File

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

View File

@ -0,0 +1,8 @@
# textdomain: homedecor_laundry
### init.lua ###
Ironing board=Bügelbrett
Tumble dryer=Wäschetrockner
Washing Machine=Waschmaschine

View File

@ -0,0 +1,8 @@
# textdomain: homedecor_laundry
### init.lua ###
Ironing board=Planche à repasser
Tumble dryer=Sèche-linge
Washing Machine=Machine à laver

View File

@ -0,0 +1,8 @@
# textdomain: homedecor_laundry
### init.lua ###
Ironing board=
Tumble dryer=
Washing Machine=

View File

@ -0,0 +1,4 @@
name = homedecor_laundry
description = Homedecor mod: laundry
depends = homedecor_common, default, basic_materials
optional_depends = bucket