Move to MT 5.0.0 translation system

This commit is contained in:
Wuzzy
2019-09-19 14:00:26 +02:00
committed by SmallJoker
parent 04b1cb9e7d
commit 5327261718
10 changed files with 7 additions and 59 deletions

View File

@ -3,9 +3,6 @@
local modpath = minetest.get_modpath(minetest.get_current_modname())
local worldpath = minetest.get_worldpath()
-- Intllib
local S, NS = dofile(modpath .. "/intllib.lua")
-- Data tables definitions
unified_inventory = {
activefilter = {},
@ -33,9 +30,6 @@ unified_inventory = {
-- Default inventory page
default = "craft",
-- intllib
gettext = S,
-- "Lite" mode
lite_mode = minetest.settings:get_bool("unified_inventory_lite"),