https://bugs.freedesktop.org/show_bug.cgi?id=64367

--- Comment #4 from mariosv <[email protected]> ---
Looking where to find something, I have found this file:
https://gerrit.libreoffice.org/gitweb?p=core.git;a=blob;f=i18npool/source/localedata/data/gl_ES.xml

If it is used for the day and month names interpretation:
...
> 196   <LC_COLLATION ref="en_US" />
> 197   <LC_SEARCH ref="en_US"/>
> 198   <LC_INDEX ref="es_ES"/>
                       ----- maybe gl_ES?   
> 199   <LC_CALENDAR>
> 200     <Calendar unoid="gregorian" default="true">
> 201       <DaysOfWeek>
> 202         <Day>
> 203           <DayID>sun</DayID>
> 204           <DefaultAbbrvName>dom.</DefaultAbbrvName>
                                  ---? 
> 205           <DefaultFullName>domingo</DefaultFullName>
> 206         </Day>
....
> 237       </DaysOfWeek>
> 238       <MonthsOfYear>
> 239         <Month>
> 240           <MonthID>jan</MonthID>
> 241           <DefaultAbbrvName>xan.</DefaultAbbrvName>
                                  ---? 
> 242           <DefaultFullName>xaneiro</DefaultFullName>
> 243         </Month>

But trying with   1 Xan., 2012  does not work, does not seem the point after
abbreviation is the matter.

The same issue with OpenOffice 3.4.1

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

Reply via email to