๐คVocalization Functions
A set of functions can be used to vocalize Arabic numbers and units, which is useful when working with applications that require processing or displaying numerical data in the Arabic language.
Table of Contents
vocalizeNumber
vocalizeNumber(wordlist, syn_tags = "")const wordlist = ["ุซูุงุซุฉ", "ู", "ุฃุฑุจุนูู"];
const vocalized = vocalizeNumber(wordlist);
console.log(vocalized); // ["ุซููุงุซูููู"]vocalizeUnit
Last updated