1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 14:50:52 +02:00

intllib updated (thanks BrunoMine)

This commit is contained in:
TenPlus1
2017-08-17 16:34:01 +01:00
parent 1c06bf2628
commit 3e30f7fff4
6 changed files with 566 additions and 212 deletions

View File

@ -19,12 +19,7 @@ local statistics = dofile(farming.path.."/statistics.lua")
-- Intllib
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
else
S = function(s) return s end
end
local S = dofile(farming.path.."/intllib.lua")
farming.intllib = S
-- Utility Functions