Module:tevo-translit: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 127: | Line 127: | ||
end) | end) | ||
text = gsub(text, "(" .. diacritics .. ")h" .. acute, "%1" .. acute .. "h") | |||
text = gsub(text, '([aअ][' .. acute .. grave .. ']?[इउ])', '%1' .. diaeresis) | text = gsub(text, '([aअ][' .. acute .. grave .. ']?[इउ])', '%1' .. diaeresis) | ||
text = gsub(text, '.', tt) | text = gsub(text, '.', tt) | ||