Module:number list/data/jv

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

export.additional_number_types = {
	{key = "ngoko_cardinal", display = "] cardinal", after = "cardinal"},
	{key = "ngoko_attributive", after = "ngoko_cardinal"},
	{key = "krama_cardinal", after = "ngoko_attributive"},
	{key = "krama_attributive", after = "krama_cardinal"},
	{key = "krama_ngoko_cardinal", after = "krama_attributive"},
	{key = "krama_ngoko_attributive", after = "krama_ngoko_cardinal"},
	{key = "kawi_cardinal", display = "] cardinal", after = "krama_ngoko_attributive"},
}

local numbers = export.numbers

-- Delete any number types that don't apply.
numbers = {
	ngoko_cardinal = "ꦱꦶꦗꦶ",
	krama_cardinal = "ꦱꦠꦸꦁꦒꦭ꧀",
	kawi_cardinal = "ꦲꦺꦏ",
}

numbers = {
	ngoko_cardinal = "ꦭꦺꦴꦫꦺꦴ",
	ngoko_attributive = "ꦫꦺꦴꦁ",
	krama_cardinal = "ꦏꦭꦶꦃ",
	kawi_cardinal = "ꦢ꧀ꦮꦶ",
}

numbers = {
	ngoko_cardinal = "ꦠꦼꦭꦸ",
	ngoko_attributive = "ꦠꦼꦭꦸꦁ",
	krama_cardinal = "ꦠꦶꦒ",
	krama_attributive = "ꦠꦶꦒꦁ",
	kawi_cardinal = {"ꦠꦿꦶ","ꦠꦿꦶꦤꦶ"}
}

numbers = {
	ngoko_cardinal = "ꦥꦥꦠ꧀",
	ngoko_attributive = "ꦥꦠꦁ",
	krama_cardinal = "ꦱꦼꦏꦮꦤ꧀",
	kawi_cardinal = "ꦕꦠꦸꦂ",
}

numbers = {
	ngoko_cardinal = "ꦭꦶꦩ",
	ngoko_attributive = "ꦭꦶꦩꦁ",
	krama_cardinal = "ꦒꦁꦱꦭ꧀",
	kawi_cardinal = "ꦥꦚ꧀ꦕ",
}

numbers = {
	krama_ngoko_cardinal = "ꦤꦼꦩ꧀",
	kawi_cardinal = "ꦱꦢ꧀",
}

numbers = {
	krama_ngoko_cardinal = "ꦥꦶꦠꦸ",
	krama_ngoko_attributive = "ꦥꦶꦠꦸꦁ",
	kawi_cardinal = "ꦱꦥ꧀ꦠ",
}

numbers = {
	krama_ngoko_cardinal = "ꦮꦺꦴꦭꦸ",
	krama_ngoko_attributive = "ꦮꦺꦴꦭꦸꦁ",
	kawi_cardinal = "ꦲꦱ꧀ꦛ",
}

numbers = {
	krama_ngoko_cardinal = "ꦱꦔ",
	krama_ngoko_attributive = "ꦱꦔꦁ",
	kawi_cardinal = "ꦤꦮ",
}

return export