mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-16 07:20:27 +02:00
switch over to native translation system
This commit is contained in:
@ -1,11 +1,8 @@
|
||||
-- internationalization boilerplate
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
local S, NS = dofile(MP.."/intllib.lua")
|
||||
local S = df_farming.S
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
-- Plants
|
||||
|
||||
|
||||
minetest.register_node("df_farming:dead_fungus", {
|
||||
description = S("Dead Fungus"),
|
||||
_doc_items_longdesc = df_farming.doc.dead_fungus_desc,
|
||||
|
Reference in New Issue
Block a user