I need to generate a sequence of numbres, for example from 1 to 100
(this number could be much greater) in an array but as text like
[
'one',
'two',
'three',
...
'one hundred',
]
is there a library that do this? or i have to do it manually? and if there is a way to do it in spanish will be a plus.