47,697
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
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 |