Module:qay-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 91: | Line 91: | ||
term = gsub(term, micrule[1], micrule[2]) | term = gsub(term, micrule[1], micrule[2]) | ||
end | end | ||
term = gsub(term, "·", ".") | |||
return term | return term | ||
| Line 109: | Line 111: | ||
term = gsub(term, "a", "ä") | term = gsub(term, "a", "ä") | ||
term = gsub(term, "·", ".") | |||
return term | return term | ||