mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
Move to MT 5.0.0 translation system
This commit is contained in:
6
init.lua
6
init.lua
@ -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"),
|
||||
|
||||
|
Reference in New Issue
Block a user