forked from minetest-mods/mesecons
Add Esperanto translation (#625)
This commit is contained in:
@ -1,14 +1,16 @@
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
-- Glue and fiber
|
||||
minetest.register_craftitem("mesecons_materials:glue", {
|
||||
image = "mesecons_glue.png",
|
||||
on_place_on_ground = minetest.craftitem_place_item,
|
||||
description="Glue",
|
||||
description = S("Glue"),
|
||||
})
|
||||
|
||||
minetest.register_craftitem("mesecons_materials:fiber", {
|
||||
image = "mesecons_fiber.png",
|
||||
on_place_on_ground = minetest.craftitem_place_item,
|
||||
description="Fiber",
|
||||
description = S("Fiber"),
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
@ -29,7 +31,7 @@ minetest.register_craft({
|
||||
minetest.register_craftitem("mesecons_materials:silicon", {
|
||||
image = "mesecons_silicon.png",
|
||||
on_place_on_ground = minetest.craftitem_place_item,
|
||||
description="Silicon",
|
||||
description = S("Silicon"),
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
6
mesecons_materials/locale/mesecons_materials.eo.tr
Normal file
6
mesecons_materials/locale/mesecons_materials.eo.tr
Normal file
@ -0,0 +1,6 @@
|
||||
# textdomain: mesecons_materials
|
||||
|
||||
### init.lua ###
|
||||
Glue=Gluo
|
||||
Fiber=Fibro
|
||||
Silicon=Silicio
|
6
mesecons_materials/locale/template.txt
Normal file
6
mesecons_materials/locale/template.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# textdomain: mesecons_materials
|
||||
|
||||
### init.lua ###
|
||||
Glue=
|
||||
Fiber=
|
||||
Silicon=
|
Reference in New Issue
Block a user