Module:number list/data/pa-Arab

Hello, you have come here looking for the meaning of the word Module:number list/data/pa-Arab. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/pa-Arab, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/pa-Arab in singular and plural. Everything you need to know about the word Module:number list/data/pa-Arab you have here. The definition of the word Module:number list/data/pa-Arab will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/pa-Arab, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


--does not work, using Module:number list/data/pnb instead

local export = {numbers = {}}

export.numeral_config = {
	zero_codepoint = 0x660, -- ٠, ARABIC-INDIC DIGIT ZERO
	thousands_separator = "٬",
}

local numbers = export.numbers
numbers = {
	cardinal = "صِفر",
}

numbers = {
	cardinal = "اِکّ",
}

numbers = {
	cardinal = "دو",
}

numbers = {
	cardinal = "تِنّ",
}

numbers = {
	cardinal = "چار",
}

numbers = {
	cardinal = "پَنج",
}

numbers = {
	cardinal = "چھے",
}

numbers = {
	cardinal = "ستّ",
}

numbers = {
	cardinal = "اٹّھ",
}

numbers = {
	cardinal = "نَوں",
}

numbers = {
	cardinal = "دس",
}

numbers = {
	cardinal = "وِیہہ",
}

numbers = {
	cardinal = "تیہہ",
}

numbers = {
	cardinal = {"چالی", "چالھی"},
}

numbers = {
	cardinal = "سَو",
}

numbers = {
	cardinal = "ہزار",
} 

return export