Content deleted Content added
sync with prod |
p407 sync with main |
||
Line 30:
local function isEnglish(prop)
local ret = quickPcall(function ()
for i, lang in ipairs(prop.qualifiers.
if lang.datavalue.value['numeric-id'] == 1860 then
return true
|