Module:snon-translit: Difference between revisions
Created page with "local export = {} local tt = { ["s"]='ꞅ', ["r"]='ꞃ', }; function export.tr(text, lang, sc) text = mw.ustring.gsub(text, '.', tt) return text end return export" |
No edit summary |
||
| Line 2: | Line 2: | ||
local tt = { | local tt = { | ||
[" | ["ꞅ"]='s', ["ꞃ"]='r', | ||
}; | }; | ||