1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 13:20:28 +02:00

update translation check, added spanish and italian locale

This commit is contained in:
TenPlus1
2020-07-08 14:05:34 +01:00
parent e4a0a9bfe9
commit e6eaea544c
3 changed files with 16 additions and 1 deletions

View File

@ -6,7 +6,8 @@ local min, max, random = math.min, math.max, math.random
-- Load support for intllib.
local S, NS = dofile(path .. "/intllib.lua")
local S = minetest.get_translator and minetest.get_translator("bonemeal") or
dofile(path .. "/intllib.lua")
-- creative check