https://bugs.documentfoundation.org/show_bug.cgi?id=173250
--- Comment #8 from nutka <[email protected]> --- Apologies for the "7200" typo. Issue 72300 is mentioned in the source code [1]: 1232 /** Polish, Poland. */ 1233 const BuiltinFormat spBuiltinFormats_pl_PL[] = 1234 { 1235 // space character is group separator, literal spaces must be quoted 1236 // MMM is rendered differently in Calc and Excel (see #i72300#) 1237 NUMFMT_ALLDATETIMES( "YYYY-MM-DD", "DD", "-", "MMM", "-", "YY", "h", "hh" ), 1238 NUMFMT_ALLCURRENCIES_MINUS_NUMBER_SYMBOL( "\"z" UTF8_LSTROKE_LC "\"", "_z_" UTF8_LSTROKE_LC, "\\ " ), 1239 }; LibreOffice 3.5: Release Notes — Localization [2]: • Use of possessive genitive case and/or partitive month names if provided by a locale’s locale data (e.g., Russian, Polish, Finnish, Lithuanian, and others). If a day of month (D or DD) is present in a number formatter’s date format code, the month name for MMM or MMMM is displayed in possessive genitive case or partitive case. Else if no day of month is present, the month name is displayed as noun / nominative case. See _blog for more details_. (Eike Rathke) • Corrections to Polish [pl-PL], Portuguese [pt-PT and pt-BR], Slovenian [sl-SI], and Latin [la-VA] locale data, esp. date formats. (Eike Rathke, Martin Srebotnjak, Mateusz Zasuwik, Olivier Hallot, Roman Eisele, Sérgio Marques -------- Ref.: [1] https://github.com/LibreOffice/core/blob/3ccbe525548122c883326b4248a7fb66c113d599/sc/source/filter/oox/numberformatsbuffer.cxx#L1232 [2] https://wiki.documentfoundation.org/ReleaseNotes/3.5#Localization -- You are receiving this mail because: You are the assignee for the bug.
