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 == "usex" and export.is_Latin_script(sc) then
if (face == "term_i" or face == "usex") and not export.is_Latin_script(sc) then
face = nil
face = nil
end
end
Line 80: Line 80:
end
end
if face == "usex" and export.is_Latin_script(sc) then
if (face == "term_i" or face == "usex") and not export.is_Latin_script(sc) then
face = nil
face = nil
end
end

Navigation menu