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,5 +1,7 @@
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
minetest.register_node("mesecons_noteblock:noteblock", {
|
||||
description = "Noteblock",
|
||||
description = S("Noteblock"),
|
||||
tiles = {"mesecons_noteblock.png"},
|
||||
is_ground_content = false,
|
||||
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2},
|
||||
|
4
mesecons_noteblock/locale/mesecons_noteblock.eo.tr
Normal file
4
mesecons_noteblock/locale/mesecons_noteblock.eo.tr
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_noteblock
|
||||
|
||||
### init.lua ###
|
||||
Noteblock=Sonbloko
|
4
mesecons_noteblock/locale/template.txt
Normal file
4
mesecons_noteblock/locale/template.txt
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: mesecons_noteblock
|
||||
|
||||
### init.lua ###
|
||||
Noteblock=
|
Reference in New Issue
Block a user