mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 13:56:02 +02:00
Add Esperanto translation (#625)
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
-- HYDRO_TURBINE
|
||||
-- Water turbine:
|
||||
-- Active if flowing >water< above it
|
||||
@ -17,7 +19,7 @@ minetest.register_node("mesecons_hydroturbine:hydro_turbine_off", {
|
||||
is_ground_content = false,
|
||||
wield_scale = {x=0.75, y=0.75, z=0.75},
|
||||
groups = {dig_immediate=2},
|
||||
description="Water Turbine",
|
||||
description = S("Water Turbine"),
|
||||
paramtype = "light",
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
@ -47,7 +49,7 @@ minetest.register_node("mesecons_hydroturbine:hydro_turbine_on", {
|
||||
inventory_image = "jeija_hydro_turbine_inv.png",
|
||||
drop = "mesecons_hydroturbine:hydro_turbine_off 1",
|
||||
groups = {dig_immediate=2,not_in_creative_inventory=1},
|
||||
description="Water Turbine",
|
||||
description = S("Water Turbine"),
|
||||
paramtype = "light",
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
@ -102,4 +104,3 @@ minetest.register_craft({
|
||||
{"","group:stick", ""},
|
||||
}
|
||||
})
|
||||
|
||||
|
4
mesecons_hydroturbine/locale/mesecons_hydroturbine.eo.tr
Normal file
4
mesecons_hydroturbine/locale/mesecons_hydroturbine.eo.tr
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_hydroturbine
|
||||
|
||||
### init.lua ###
|
||||
Water Turbine=Akva Turbino
|
4
mesecons_hydroturbine/locale/template.txt
Normal file
4
mesecons_hydroturbine/locale/template.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_hydroturbine
|
||||
|
||||
### init.lua ###
|
||||
Water Turbine=
|
Reference in New Issue
Block a user