[Libreoffice-bugs] [Bug 123113] type french date with field correctly (first day = "1ER")
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 16 16:20:07 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123113
Laurent BP <jumbo4444 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jumbo4444 at yahoo.fr
--- Comment #9 from Laurent BP <jumbo4444 at yahoo.fr> ---
List of format examples is defined for each local in:
https://opengrok.libreoffice.org/xref/core/i18npool/source/localedata/data/fr_FR.xml?r=d5146c0e#145
Default displayed value is defined here:
https://opengrok.libreoffice.org/xref/core/include/svx/flagsdef.hxx?r=c049c76f#86
But it is the same value for all languages. Shall we increase
SvxNumValCategory::Date and SvxNumValCategory::Time by 2 (to avoid same value
for day and month) => January, 2nd 2000
or decrease by 30 => December, 1st 2000
By the way, format
[NatNum12 J=ordinal-number]NNNNJ MMMM AAAA
add ordinal notation to all days, not only the first:
vendredi 31ᵉ décembre 1999
which may be not expected by user. We need a conditional formatting to follow
typographic rules.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190816/60436d76/attachment.html>
More information about the Libreoffice-bugs
mailing list