mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-03 00:00:21 +02:00
Add Esperanto translation (#625)
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
-- The BLINKY_PLANT
|
||||
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
local toggle_timer = function (pos)
|
||||
local timer = minetest.get_node_timer(pos)
|
||||
if timer:is_started() then
|
||||
@ -20,7 +22,7 @@ local on_timer = function (pos)
|
||||
end
|
||||
|
||||
mesecon.register_node("mesecons_blinkyplant:blinky_plant", {
|
||||
description="Blinky Plant",
|
||||
description= S("Blinky Plant"),
|
||||
drawtype = "plantlike",
|
||||
inventory_image = "jeija_blinky_plant_off.png",
|
||||
paramtype = "light",
|
||||
|
4
mesecons_blinkyplant/locale/mesecons_blinkyplant.eo.tr
Normal file
4
mesecons_blinkyplant/locale/mesecons_blinkyplant.eo.tr
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_blinkyplant
|
||||
|
||||
### init.lua ###
|
||||
Blinky Plant=Palpebruma Planto
|
4
mesecons_blinkyplant/locale/template.txt
Normal file
4
mesecons_blinkyplant/locale/template.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_blinkyplant
|
||||
|
||||
### init.lua ###
|
||||
Blinky Plant=
|
Reference in New Issue
Block a user