Module:typing-aids/data/fa

From Wiktionary, the free dictionary
Jump to navigation Jump to search
This module needs documentation.
Please document this module by describing its purpose and usage on the documentation page.

local data = {
	{
		["'aa"] = "آ",
	},
	{
		["aa"] = "ا",
		["'a"] = "آ",
		["'â"] = "آ",
		["s'"] = "ش",
		["z'"] = "ذ",
		["z'"] = "ژ",
		["'ye"] = "ﮥ",
		["'u"] = "ؤ",
		["'ii"] = "ئ",
	},
	{
		["A"] = "ا",
		["â"] = "ا",
		["ā"] = "ا",
		["b"] = "ب",
		["p"] = "پ",
		["t"] = "ت",
		["c"] = "ث",
		["ṯ"] = "ث",
		["j"] = "ج",
		["ǧ"] = "ج",
		["č"] = "چ",
		["C"] = "چ",
		["H"] = "ح",
		["ḥ"] = "ح",
		["x"] = "خ",
		["ḫ"] = "خ",
		["ḵ"] = "خ",
		["d"] = "د",
		["ḏ"] = "ذ",
		["ẕ"] = "ذ",
		["r"] = "ر",
		["z"] = "ز",
		["ž"] = "ژ",
		["s"] = "س",
		["x"] = "ش",
		["š"] = "ش",
		["S"] = "ص",
		["9"] = "ص",
		["ṣ"] = "ص",
		["D"] = "ض",
		["ḍ"] = "ض",
		["T"] = "ط",
		["6"] = "ط",
		["ṭ"] = "ط",
		["Z"] = "ظ",
		["ẓ"] = "ظ",
		["ʿ"] = "ع",
		["3"] = "ع",
		["E"] = "ع",
		["ʕ"] = "ع",
		["ğ"] = "غ",
		["G"] = "غ",
		["ḡ"] = "غ",
		["ɣ"] = "غ",
		["f"] = "ف",
		["q"] = "ق",
		["k"] = "ک",
		["g"] = "گ",
		["l"] = "ل",
		["m"] = "م",
		["n"] = "ن",
		["v"] = "و",
		["uu"] = "و",
		["U"] = "و",
		["w"] = "و",
		["ū"] = "و",
		["h"] = "ه",
		["y"] = "ی",
		["ii"] = "ی",
		["ī"] = "ی",
		["aN"] = "اً",
		[","] = "،",
		[";"] = "؛",
		["?"] = "؟",
		["ʔ"] = "ء",
		["'"] = "ء",
	}
}

return data