Module:mn-translit: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2023

  • curprev 16:2916:29, 11 September 2023Sware talk contribs 4,404 bytes +4,404 Created page with "local export = {} local mn = require("Module:mn-common") local gsub = mw.ustring.gsub local preConv = { ["є"] = "ө", ["ѳ"] = "ө", ["Є"] = "Ө", ["Ѳ"] = "Ө" } local oneChar = { ["а"] = "a", ["б"] = "b", ["в"] = "v", ["г"] = "g", ["д"] = "d", ["е"] = "je", ["ё"] = "jo", ["ж"] = "ž", ["з"] = "z", ["и"] = "i", ["й"] = "j", ["к"] = "k", ["л"] = "l", ["м"] = "m", ["н"] = "n", ["о"] = "o", ["ө"] = "ö", ["п"] = "p", ["р"] = "r", ["с"] = "s", ["..."