Module:Lang: Difference between revisions

m
and
(promote code to ISO 639-1 if synonymous;)
m (and)
Line 192:
if synonym_table[code] then -- if 639-2/639-2T code has a 639-1 synonym
table.insert (maint_cats, {'Lang orand lang-xx code promoted to ISO 639-1', code});
code = synonym_table[code][1]; -- use the synonym
end
Anonymous user