Module:number list/data/sit-bdi-pro

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

Number Cardinal
1 *(g)tik
2 *(g)nis
3 *(g)sum
4 *bli
5 *laŋa
6 *kruk
7 *(s)nes
8 *(b)rgʲat
9 *dgu
10 *ti

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "*(g)tik",
}

numbers = {
	cardinal = "*(g)nis",
}

numbers = {
	cardinal = "*(g)sum",
}

numbers = {
	cardinal = "*bli",
}

numbers = {
	cardinal = "*laŋa",
}

numbers = {
	cardinal = "*kruk",
}

numbers = {
	cardinal = "*(s)nes",
}

numbers = {
	cardinal = "*(b)rgʲat",
}

numbers = {
	cardinal = "*dgu",
}

numbers = {
	cardinal = "*ti",
}

return export