Content deleted Content added
index check should be the other way round |
fix language qualifier detection |
||
Line 29:
-- Finds whether a Wikidata property is qualified as being in English.
local function isEnglish(prop)
local
if lang.datavalue.value['numeric-id'] == 1860 then
return true
end
end
return false
end)
return
end
|