Module:number list/data/acn

Hello, you have come here looking for the meaning of the word Module:number list/data/acn. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/acn, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/acn in singular and plural. Everything you need to know about the word Module:number list/data/acn you have here. The definition of the word Module:number list/data/acn will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/acn, 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 Achang.

Number Cardinal
1 das
2 aiq
3 somh
4 nyei
5 oeng
6 khyuk
7 nyhet
8 shet
9 gau
10 dvci
50 oengci

local export = {numbers = {}}

local numbers = export.numbers

-- Delete any number types that don't apply.
numbers = {
	cardinal = "das",
}

numbers = {
	cardinal = "aiq",
}

numbers = {
	cardinal = "somh",
}

numbers = {
	cardinal = "nyei",
}

numbers = {
	cardinal = "oeng",
}

numbers = {
	cardinal = "khyuk",
}

numbers = {
	cardinal = "nyhet",
}

numbers = {
	cardinal = "shet",
}

numbers = {
	cardinal = "gau",
}

numbers = {
	cardinal = "dvci",
}

numbers = {
	cardinal = "oengci",
}

return export