Translation: Add support for a few missing items
This commit is contained in:
parent
d45d53e455
commit
cf9e440019
21 changed files with 156 additions and 1267 deletions
|
@ -7,11 +7,9 @@ mobs.version = "20180531" -- don't rely too much on this, rarely updated, if eve
|
|||
|
||||
local MAX_MOB_NAME_LENGTH = 30
|
||||
|
||||
-- Intllib
|
||||
-- Localize
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
local S = minetest.get_translator("mcl_mobs")
|
||||
mobs.intllib = S
|
||||
|
||||
|
||||
-- CMI support check
|
||||
local use_cmi = minetest.global_exists("cmi")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue