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

--- Comment #3 from Regis Perdreau <[email protected]> ---

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to