Module:number list/data/kl

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

local numbers = export.numbers

-- Delete any number types that don't apply.
numbers = {
	numeral = "0",
	cardinal = "noor'lu",
}

numbers = {
	numeral = "1",
	cardinal = "ataaseq",
	ordinal = "siulleq",
}

numbers = {
	numeral = "2",
	cardinal = "marluk",
	ordinal = "aappaa",
}

numbers = {
	numeral = "3",
	cardinal = "pingasut",
	ordinal = "pingajuat",
}

numbers = {
	numeral = "4",
	cardinal = "sisamat",
	ordinal = "sisamaat",
}

numbers = {
	numeral = "5",
	cardinal = "tallimat",
	ordinal = "tallimaat",
}

numbers = {
	numeral = "6",
	cardinal = "arfinillit",
	ordinal = "arfernat",
}

numbers = {
	numeral = "7",
	cardinal = "arfineq marluk",
	ordinal = "arfineq aappaat",
}

numbers = {
	numeral = "8",
	cardinal = "arfineq pingasut",
	ordinal = "arfineq pingajuat",
}

numbers = {
	numeral = "9",
	cardinal = "qulingiluat",
	ordinal = "qulingiluaat",
}

numbers = {
	numeral = "10",
	cardinal = "qulit",
	ordinal = {"qulingat","qulingi"},
}

numbers = {
	numeral = "11",
	cardinal = "aqqanillit",
	ordinal = "aqqarnat",
}

numbers = {
	numeral = "12",
	cardinal = "aqqaneq-marluk",
	ordinal = "aqqaneq-aappaat",
}

numbers = {
	numeral = "13",
	cardinal = "aqqaneq-pingasut",
	ordinal = "aqqaneq-pingajuat",
}

numbers = {
	numeral = "14",
	cardinal = "aqqaneq-sisamat",
	ordinal = "aqqaneq-sisamaat",
}

numbers = {
	numeral = "15",
	cardinal = "aqqaneq-tallimat",
	ordinal = "aqqaneq-tallimaat",
}

numbers = {
	numeral = "16",
	cardinal = "arfersanillit",
	ordinal = "arfersarnat",
}

numbers = {
	numeral = "17",
	cardinal = "arfersaneq-marluk",
	ordinal = "arfersaneq-aappaat",
}

numbers = {
	numeral = "18",
	cardinal = "arfersaneq-pingasut",
	ordinal = "arfersaneq-pingajuat",
}

numbers = {
	numeral = "19",
	cardinal = "arfersaneq-sisamat",
	ordinal = "arfersaneq-sisamaat",
}

return export