2020-01-05 19:05:49 +00:00
|
|
|
Nombres
|
|
|
|
=========
|
|
|
|
|
|
|
|
Convert ints into french.
|
|
|
|
|
2021-05-24 09:02:34 +00:00
|
|
|
Provided as a 1-function library, and a basic command-line utility (`nbr` — will
|
|
|
|
certainly be renamed to something longer and less likely to name clash).
|
|
|
|
|
|
|
|
More advanced functionnalities could be added when needed. Here are some
|
|
|
|
references:
|
2020-01-05 19:05:49 +00:00
|
|
|
- https://leconjugueur.lefigaro.fr/frlesnombres.php
|
|
|
|
- https://www.miakinen.net/vrac/nombres
|
|
|
|
- https://www.dcode.fr/ecriture-nombre-lettres
|
2021-05-24 12:11:55 +00:00
|
|
|
|
|
|
|
[![CI](https://github.com/ttamttam/nombres/actions/workflows/blank.yml/badge.svg)](https://github.com/ttamttam/nombres/actions/workflows/blank.yml)
|