Module:number list/data/rhg

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

Number Numeral Cardinal
0 𐴰 sifír
1 𐴱 ek
2 𐴲 dui
3 𐴳 tin
4 𐴴 sair
5 𐴵 fañs
6 𐴶
7 𐴷 háñt, cáñt
8 𐴸 añcto, añctho
9 𐴹 no
10 𐴱𐴰 doc

local export = {numbers = {}}

local numbers = export.numbers

export.numeral_config = {
	zero_codepoint = 0x10D30, -- 𐴰, HANIFI ROHINGYA DIGIT ZERO
}

-- This number list has yet to have Hanifi Rohingya forms.
numbers = {
	cardinal = "sifír",
}

numbers = {
	cardinal = "ek",
}

numbers = {
	cardinal = "dui",
}

numbers = {
	cardinal = "tin",
}

numbers = {
	cardinal = "sair",
}

numbers = {
	cardinal = "fañs",
}

numbers = {
	cardinal = "só",
}

numbers = {
	cardinal = { "háñt", "cáñt" },
}

numbers = {
	cardinal = { "añcto", "añctho" },
}

numbers = {
	cardinal = "no",
}

numbers = {
	cardinal = "doc",
}

return export