Content deleted Content added
latf, latg, same as latf; |
No edit summary |
||
Line 1,352:
end
local is_latn_text, pos = is_latin (args.text, subtags.script);
msg = text_script_match_test (subtags.script, is_latn_text, pos)
Line 1,464:
return make_error_msg (substitute ('$1: $2', {cfg.lang_xx_t.invalid_xlit_std, args['translit-std'] or '[missing]'}), args, template);
end
end▼
elseif is_set (args.translit) and is_latn_text then -- when creating a transliteration of Latn script <text>
return make_error_msg (cfg.lang_xx_t.xlit_of_latn, args, template); -- emit error message and abandon
▲ end
if is_set (args.translation) then -- translation (not supported in {{lang}})
table.insert (out, translation_make (args));
|