Module:Deranize: Difference between revisions

m (remove comment re {{deranize}})
m (grammar)
Line 1: Line 1:
-- neither mw.ustring.toNFD nor mw.ustring.match doesn't work properly, so resorting to this for the time being (lol)
-- neither mw.ustring.toNFD nor mw.ustring.match works properly, so resorting to this for the time being (lol)
local detone = {
local detone = {
   ["a"] = {"a", 1},
   ["a"] = {"a", 1},