Module:number list/data/ofs

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

numbers = {
	cardinal = "ēn",
	ordinal = "ērest",
}

numbers = {
	cardinal = "twēne",
	ordinal = "ōther",
	fractional = "twēde",
}

numbers = {
	cardinal = "thrē",
}

numbers = {
	cardinal = "fiuwer",
}

numbers = {
	cardinal = "fif",
}

numbers = {
	cardinal = "sex",
}

numbers = {
	cardinal = "siugun",
}

numbers = {
	cardinal = "achta",
	ordinal = "achtunda",
}

numbers = {
	cardinal = "niugun",
}

numbers = {
	cardinal = "tian",
}

numbers = {
	cardinal = "andlova",
	ordinal = "andlofta",
}

numbers = {
	cardinal = "twelif",
}

numbers = {
	cardinal = "fiuwertīn",
}

numbers = {
	cardinal = "achtatīn",
	ordinal =  "achtatīnda",
}

numbers = {
	cardinal = "ēn and twintich",
}

numbers = {
	cardinal = "fiuwer and twintich",
}

numbers = {
	cardinal = "achta and twintich",
	ordinal =  "achttwintegosta",
}

numbers = {
	cardinal = "fiuwertich",
}

numbers = {
	cardinal = "fiuwer and fiuwertich",
}

numbers = {
	cardinal = "achtantich",
}

return export