Change translation system to MT 5.0.0

This commit is contained in:
Wuzzy
2019-04-01 13:05:36 +02:00
parent 7b10cdcb5b
commit d6b281bcab
11 changed files with 11 additions and 12 deletions

View File

@ -1,9 +1,4 @@
local S
if (minetest.get_modpath("intllib")) then
S = intllib.Getter()
else
S = function ( s ) return s end
end
local S = minetest.get_translator("hbhunger")
if minetest.settings:get_bool("enable_damage") then