Nombres/README.md

16 lines
579 B
Markdown
Raw Permalink Normal View History

2020-01-05 19:05:49 +00:00
Nombres
=========
2022-04-10 09:58:17 +00:00
Convert integers into french.
2020-01-05 19:05:49 +00:00
2022-04-10 09:58:17 +00:00
Provided as a 1-function library and a basic command-line utility (`nbr` — will
2021-05-24 09:02:34 +00:00
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)