mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Add Esperanto translation (#625)
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
-- REMOVESTONE
|
||||
|
||||
minetest.register_node("mesecons_random:removestone", {
|
||||
@ -5,7 +7,7 @@ minetest.register_node("mesecons_random:removestone", {
|
||||
is_ground_content = false,
|
||||
inventory_image = minetest.inventorycube("jeija_removestone_inv.png"),
|
||||
groups = {cracky=3},
|
||||
description="Removestone",
|
||||
description = S("Removestone"),
|
||||
sounds = mesecon.node_sound.stone,
|
||||
mesecons = {effector = {
|
||||
action_on = function (pos, node)
|
||||
@ -29,7 +31,7 @@ minetest.register_craft({
|
||||
-- GHOSTSTONE
|
||||
|
||||
minetest.register_node("mesecons_random:ghoststone", {
|
||||
description="Ghoststone",
|
||||
description = S("Ghoststone"),
|
||||
tiles = {"jeija_ghoststone.png"},
|
||||
is_ground_content = false,
|
||||
inventory_image = minetest.inventorycube("jeija_ghoststone_inv.png"),
|
||||
|
5
mesecons_random/locale/mesecons_random.eo.tr
Normal file
5
mesecons_random/locale/mesecons_random.eo.tr
Normal file
@ -0,0 +1,5 @@
|
||||
# textdomain: mesecons_random
|
||||
|
||||
### init.lua ###
|
||||
Removestone=Forigŝtono
|
||||
Ghoststone=Fantomŝtono
|
5
mesecons_random/locale/template.txt
Normal file
5
mesecons_random/locale/template.txt
Normal file
@ -0,0 +1,5 @@
|
||||
# textdomain: mesecons_random
|
||||
|
||||
### init.lua ###
|
||||
Removestone=
|
||||
Ghoststone=
|
Reference in New Issue
Block a user