Content deleted Content added
No edit summary |
No edit summary |
||
Line 11:
code is the associate ISO 639 code from the source data
part is 1 for ISO 639-1 language names and codes, 2 ..., 3 ...
TODO: convert characters with diacritics to characters without?
Line 21 ⟶ 19:
lang = mw.ustring.lower (lang); -- convert to lowercase for use as table index
if not temp[lang] then -- when no entry for this language
temp[lang] = {'""', '""', '""'}; -- make one
|