https://bugs.documentfoundation.org/show_bug.cgi?id=152723

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikekagan...@hotmail.com,
                   |                            |serval2...@yahoo.fr

--- Comment #6 from Julien Nabet <serval2...@yahoo.fr> ---
László/Mike: it works if in instdir/share/numbertext/es.sor I replace:
([-−]?\d+)[.] $1| punto
([-−]?\d+)[,] $1| coma
by:
"([-−]?\d+)[.,]" "$1| coma"

I took example on French file:
"([-−]?\d+)[.,]" "$1| virgule"

Now I don't know how to deal the fact that some expect "punto" others expect
"coma".
If I put:
"([-−]?\d+)[.]" "$1| punto"
"([-−]?\d+)[,]" "$1| coma"
it still displays "punto" whereas the number has been typed with ",".

I suppose there's an internal conversion into English format which uses "."

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to