ordinal-0.5.0.0: Convert numbers to words in different languages.
Maintainerhapytexeu+gh@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Text.Numerals.Languages

Description

This module imports the num to word algorithms and re-exports these algorithms. The module thus can be used to conveniently import algorithms for all supported languages.

Synopsis

Documentation

dutch Source #

Arguments

:: NumeralsAlgorithm

A NumeralsAlgorithm that can be used to convert numbers to different formats.

A NumeralsAlgorithm to convert numbers to words in the Dutch language.

english Source #

Arguments

:: NumeralsAlgorithm

A NumeralsAlgorithm that can be used to convert numbers to different formats.

A NumeralsAlgorithm to convert numbers to words in the English language.

french Source #

Arguments

:: NumeralsAlgorithm

A NumeralsAlgorithm that can be used to convert numbers to different formats.

A NumeralsAlgorithm to convert numbers to words in the French language.

german Source #

Arguments

:: NumeralsAlgorithm

A NumeralsAlgorithm that can be used to convert numbers to different formats.

A NumeralsAlgorithm to convert numbers to words in the German language.