Module:krv-script: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 26: Line 26:
{"k","კ"},
{"k","კ"},
{"i","ი"},
{"i","ი"},
{"h","ჰ"},
{"g","გ"},
{"g","გ"},
{"f","ჶ"},
{"f","ჶ"},
Line 39: Line 38:
{"b","ბ"},
{"b","ბ"},
{"a","ა"},
{"a","ა"},
{"h","ჰ"},
}
}


Line 70: Line 71:
{"j","ⴢ"},
{"j","ⴢ"},
{"i","ⴈ"},
{"i","ⴈ"},
{"h","ⴠ"},
{"g","ⴂ"},
{"g","ⴂ"},
{"e","ⴄ"},
{"e","ⴄ"},
Line 80: Line 80:
{"b","ⴁ"},
{"b","ⴁ"},
{"a","ⴀ"},
{"a","ⴀ"},
{"h","ⴠ"},
}
}


Line 99: Line 101:
     for _, c in ipairs(it) do
     for _, c in ipairs(it) do
     text = mw.ustring.gsub(text, c[1], c[2])
     text = mw.ustring.gsub(text, c[1], c[2])
    mw.log(text)
     end
     end
return text
return text