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,8 +1,10 @@
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
-- mesecons_switch
|
||||
|
||||
mesecon.register_node("mesecons_switch:mesecon_switch", {
|
||||
paramtype2="facedir",
|
||||
description="Switch",
|
||||
description=S("Switch"),
|
||||
is_ground_content = false,
|
||||
sounds = mesecon.node_sound.stone,
|
||||
on_rightclick = function (pos, node)
|
||||
|
4
mesecons_switch/locale/mesecons_switch.eo.tr
Normal file
4
mesecons_switch/locale/mesecons_switch.eo.tr
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_switch
|
||||
|
||||
### init.lua ###
|
||||
Switch=Ŝaltilo
|
4
mesecons_switch/locale/template.txt
Normal file
4
mesecons_switch/locale/template.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_switch
|
||||
|
||||
### init.lua ###
|
||||
Switch=
|
Reference in New Issue
Block a user