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,10 +1,12 @@
|
||||
-- Sticky blocks can be used together with pistons or movestones to push / pull
|
||||
-- structures that are "glued" together using sticky blocks
|
||||
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
-- All sides sticky block
|
||||
minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
|
||||
-- TODO: Rename to “All-Faces Sticky Block” when other sticky blocks become available
|
||||
description = "Sticky Block",
|
||||
description = S("Sticky Block"),
|
||||
tiles = {"mesecons_stickyblocks_sticky.png"},
|
||||
is_ground_content = false,
|
||||
groups = {choppy=3, oddly_breakable_by_hand=2},
|
||||
|
4
mesecons_stickyblocks/locale/mesecons_stickyblocks.eo.tr
Normal file
4
mesecons_stickyblocks/locale/mesecons_stickyblocks.eo.tr
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_stickyblocks
|
||||
|
||||
### init.lua ###
|
||||
Sticky Block=Glueca Bloko
|
4
mesecons_stickyblocks/locale/template.txt
Normal file
4
mesecons_stickyblocks/locale/template.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_stickyblocks
|
||||
|
||||
### init.lua ###
|
||||
Sticky Block=
|
Reference in New Issue
Block a user