mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-19 00:40:26 +02:00
switch over to native translation system
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
local S, NS = dofile(MP.."/intllib.lua")
|
||||
local modname = minetest.get_current_modname()
|
||||
local S = minetest.get_translator(modname)
|
||||
local modpath = minetest.get_modpath(modname)
|
||||
|
||||
dofile(MP.."/wisp.lua")
|
||||
dofile(modpath.."/wisp.lua")
|
||||
|
||||
local gas_desc
|
||||
local gas_usage
|
||||
|
Reference in New Issue
Block a user