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())
|
||||
|
||||
--MESECON TORCHES
|
||||
|
||||
local rotate_torch_rules = function (rules, param2)
|
||||
@ -85,7 +87,7 @@ minetest.register_node("mesecons_torch:mesecon_torch_on", {
|
||||
selection_box = torch_selectionbox,
|
||||
groups = {dig_immediate=3},
|
||||
light_source = minetest.LIGHT_MAX-5,
|
||||
description="Mesecon Torch",
|
||||
description = S("Mesecon Torch"),
|
||||
sounds = mesecon.node_sound.default,
|
||||
mesecons = {receptor = {
|
||||
state = mesecon.state.on,
|
||||
|
4
mesecons_torch/locale/mesecons_torch.eo.tr
Normal file
4
mesecons_torch/locale/mesecons_torch.eo.tr
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_torch
|
||||
|
||||
### init.lua ###
|
||||
Mesecon Torch=Mesekonduktila Torĉo
|
4
mesecons_torch/locale/template.txt
Normal file
4
mesecons_torch/locale/template.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_torch
|
||||
|
||||
### init.lua ###
|
||||
Mesecon Torch=
|
Reference in New Issue
Block a user