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

--- Comment #10 from Laurent Balland <[email protected]> ---
(In reply to sandstorm_sh from comment #8)
> I am in Bulgaria. I find commas silly. Space is better.

I get confused with your statement. Actually, space is thousand separator for
Bulgarian. See
https://opengrok.libreoffice.org/xref/core/i18npool/source/localedata/data/bg_BG.xml?r=63f9b4509db2f13d7318b53c78bef53f16fd6d8f#34

Please, provide your version information to understand your problem.

As mentioned in comment 9, locales do count.
If space is thousand separator (and point decimal separator), format code
### ### ### ##0.00
will be saved in ODF as
# ##0.00
Whereas if space is NOT thousand separator, format code
### ### ### ##0.00
will be saved as
###" "###" "###" "##0.00

To check this, you must save and reload your file.

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

Reply via email to