Module:taln-conj: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 78: | Line 78: | ||
local function romanize(text) | local function romanize(text) | ||
local result = | local result = text | ||
for | for bichig, latin in pairs(translit) do | ||
result = mw.ustring.gsub(result, bichig, latin) | |||
result = | |||
end | end | ||