Module:Lang: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 194:
if synonym_table[code] then -- if 639-2/639-2T code has a 639-1 synonym
table.insert (maint_cats, table.concat ({'Lang and lang-xx code promoted to ISO 639-1|', code}));
table.insert (maint_msgs, table.concat ({'code: ', code, ' promoted to code: ', synonym_table[code][1]}));
code = synonym_table[code][1]; -- use the synonym
end
 
Anonymous user