Content deleted Content added
add calls for getUnits and getUnitID |
call Module:Wikidata/i18n as an empty placeholder, thereby fixing redlink issue; also preventing merge with empty table |
||
Line 98:
local function loadI18n()
local exist, res = pcall(require, "Module:Wikidata
if exist and next(res) ~= nil then
tableMerge(i18n, res.i18n)
end
|