Content deleted Content added
sync from sandbox; |
No edit summary |
||
Line 1,347:
end
local is_latn_text, pos = is_latin (args.text, subtags.script); -- make a boolean
msg = text_script_match_test (subtags.script, is_latn_text, pos)
if msg then -- if an error detected then there is an error message
return make_error_msg (msg, args, template);
|