Module:snon-translit: Difference between revisions
Jump to navigation
Jump to search
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', | ||
}; | }; | ||
Revision as of 18:39, 8 April 2026
Documentation for this module may be created at Module:snon-translit/doc