Module:script utilities: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 40: Line 40:
local face = args["face"]
local face = args["face"]
if face == "term_i" and sc == "Latn" then
if (face == "term_i" or face == "usex") and export.is_Latin_script(sc) then
face = nil
face = nil
end
end

Navigation menu