Module:taln-translit: Difference between revisions

No edit summary
No edit summary
 
Line 2: Line 2:


local tt = {}
local tt = {}
tt["Mong"] = {
tt["taln-Mong"] = {
{"ᠠ", "a"},
{"ᠠ", "a"},
{"ᠪ", "b"},
{"ᠪ", "b"},
Line 26: Line 26:
}
}


tt["Latn"] = require("Module:table").invert(tt["Mong"])
tt["Latn"] = require("Module:table").invert(tt["taln-Mong"])


function export.tr(text, lang, sc)
function export.tr(text, lang, sc)