"un mille" must be writed only "mille" in french

Bug #421164 reported by xhydrogene
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
NUMBERTEXT
Fix Released
Undecided
Unassigned

Bug Description

"un mille" must be writed only "mille" in french, like :
1.000 -> mille
1.201,75 -> mille deux cent un virgule soixante quinze
2.000 -> deux mille (with out "s")
3.000 -> trois mille (with out "s")

You can read and test your numbers with this link : http://www.dcode.fr/?outil=convertir-nombre-lettres

Revision history for this message
--deleted-- (trash-noreply) wrote :

Add the following line:
1(\d{3}) mille $1

 11(\d\d) onze cent $1
+1(\d{3}) mille $1
 (\d{1,3})(\d{3}) $1 mille $2

Revision history for this message
László Németh (nemeth-libreoffice) wrote :

Fixed in Numbertext 0.6.

Changed in numbertext:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.