Module:as-pronun

From Wiktionary, the free dictionary
Jump to navigation Jump to search

local export = {}

local gsub = mw.ustring.gsub
local sub = mw.ustring.sub
local match = mw.ustring.match
local find = mw.ustring.find

local failed_cat = "[[Category:Entries with failed Assamese transliterations]]"
local namespace = mw.title.getCurrentTitle().nsText
local thai_range = "[ঁ-ঃঅ-ঌএঐও-নপ-যশ-হ়-ৄেৈো-ৎৗড়ঢ়য়়ৠ-ৣ০-ৱ]"
local categories = {}

local systems = {
	["IAST"] = 1,
	["phonetic"] = 2,
	["ipa"] = 3,
	["file"] = 4
}