<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Fr: Month item predictive input when stretch border selection is running provides abbreviated month"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123657#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Fr: Month item predictive input when stretch border selection is running provides abbreviated month"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123657">bug 123657</a>
from <span class="vcard"><a class="email" href="mailto:regis.perdreau@gmail.com" title="Regis Perdreau <regis.perdreau@gmail.com>"> <span class="fn">Regis Perdreau</span></a>
</span></b>
<pre>
If you have a look in the core/i18npool/source/localedata/data/fr_FR.xml
localdata file, you can see that the abbreviated name and the fullname are the
same, it occurs for mai and mars, see belowL
(you can see similar example in the de_DE.xml file)
If you have a mix between full name and abbreviated name, LO thinks it's the
full name which is used.
I've tried to set the cell type to "Date" and 'Décember' format (month only) :
no effect.
Extract of local file :
<Month>
<MonthID>mar</MonthID>
<DefaultAbbrvName>mars</DefaultAbbrvName>
<DefaultFullName>mars</DefaultFullName>
</Month>
(...)
<Month>
<MonthID>may</MonthID>
<DefaultAbbrvName>mai</DefaultAbbrvName>
<DefaultFullName>mai</DefaultFullName>
</Month></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>