Strictly Speaking
Turns numbers into words. Similar to humanize.
Installation
The package can be installed by adding strictly_speaking to your list of
dependencies in mix.exs:
def deps do
[
{:strictly_speaking, "~> 0.1.0"}
]
endDocumentation can be found at https://hexdocs.pm/strictly_speaking.
Usage
StrictlySpeaking.say(7, :ua)
# => "сім"
StrictlySpeaking.say(17, :en)
# => "seventeen"License
strictly_speaking is licensed under the MIT license, see the LICENSE
file.