Module:number list/data/xh

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

This module contains data on various types of numbers in Xhosa.

Number Cardinal
0 iqanda
1 nye
2 bini
3 thathu
4 ne
5 hlanu
6 thandathu
7 sixhenxe
8 sibhozo
9 lithoba
100 ikhulu
1,000,000 (106) isigidi

local export = {
	numbers = {},
	unaffix = {
		{"^%-", ""},
	},
}

local numbers = export.numbers

numbers = {
	cardinal = "iqanda",
}

numbers = {
	cardinal = "nye",
}

numbers = {
	cardinal = "bini",
}

numbers = {
	cardinal = "thathu",
}

numbers = {
	cardinal = "ne",
}

numbers = {
	cardinal = "hlanu",
}

numbers = {
	cardinal = "thandathu",
}

numbers = {
	cardinal = "sixhenxe",
}

numbers = {
	cardinal = "sibhozo",
}

numbers = {
	cardinal = "lithoba",
}

numbers = {
	cardinal = "ikhulu",
}

numbers = {
	cardinal = "isigidi",
}

return export