@senthiljruby/inwords
Version:
Multi-lingual Feathers Plugin to convert number to word (number system)
7 lines (6 loc) • 465 B
JSON
{
"ones": ["zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen"],
"tens": ["", "ten", "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety"],
"singularNames": ["one", "one hundred", "one thousand", "one million", "one billion"],
"pluralNames": ["", "hundred", "thousand", "million", "billion"]
}