summaryrefslogtreecommitdiff
path: root/i18npool/source
AgeCommit message (Collapse)Author
2012-01-11removed ISO 8601 DefaultName comment from formatindex="32" which it is notEike Rathke
2012-01-11made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to beEike Rathke
2012-01-11generalized the [hu-HU] case to generate a second patternEike Rathke
For known separators '-' '.' '/' in the edit format code if they differ from the defined DateSeparator generate a second date acceptance pattern that uses the format code's separator, additionally to the one with DateSeparator.
2012-01-11[bg-BG] special DateAcceptancePattern "D.M.Y г."Eike Rathke
Special special.. upper and lower case letter GHE and space and non-breaking space.
2012-01-11[sl-SI] special DateAcceptancePattern "D. M. Y"Eike Rathke
2012-01-11added DateAcceptancePattern elementEike Rathke
2012-01-11implemented date acceptance patterns APIEike Rathke
2012-01-11made [es-BO] DateSeparator the '/' that is used in FormatCodeEike Rathke
2012-01-11made [tr-TR] use the defined '.' DateSeparator in FormatCodeEike Rathke
2012-01-11made [ko-KR] DateSeparator the '/' that is used in FormatCodeEike Rathke
2012-01-11made [ku-TR] DateSeparator the '/' that is used in FormatCodeEike Rathke
though I strongly doubt the entire US-centric approach ...
2012-01-04added Kyrgyz (China) [ky-CN] to language listEike Rathke
2012-01-04completelangiso is now in solenv/inc/langlist.mkEike Rathke
2012-01-03corrected abbreviated day names and a long date formatMateusz Zasuwik
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot
Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess
2011-12-22point directly to http://www.validome.org/xml/Eike Rathke
Thanks to Roman Eisele for mentioning.
2011-12-22'--' is not allowed inside commentsEike Rathke
2011-12-20genitive case month names for [pl-PL]Mateusz Zasuwik
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-15more corrections to date formatsMartin Srebotnjak
2011-12-15catch exception by constant referenceTakeshi Abe
2011-12-14corrections to [sl-SI] date formatsEike Rathke
2011-12-14if [CURRENCY] is used then it must be definedEike Rathke
2011-12-14check if [CURRENCY] replaceTo is specifiedEike Rathke
2011-12-14corrections to Slovenian locale dataMartin Srebotnjak
2011-12-13simplify this, use gb_Helper_abbreviate_dirs_native instead of cygpathMatúš Kukan
2011-12-09fixed fdo#37349 present Catalan (Valencian) as selectable UI languageEike Rathke
Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This should not escape to document content therefor internally a replacement to ca-ES is done for all locale attribution. For the UI localization to be distinguishable under Tools->Options->LanguageSettings->UserInterface this needed a special handling to allow Catalan (Valencian) again.
2011-12-08Fix 18npool build on Windows.Bjoern Michaelsen
2011-12-08changed MinimalDaysInFirstWeek to 4 for correct week-of-year calculationEike Rathke
2011-12-07use gbuild_simple.mk in i18npoolBjoern Michaelsen
2011-12-05corrected [pt-PT] date formatsSérgio Marques
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen
2011-11-29changed and added [pt-PT] date formatsSérgio Marques
2011-11-28[gd-GB] partitive vs genitive case month namesMichael Bauer
2011-11-28non-preset formatindex="..." values must be >=50Eike Rathke
Explicitly mention that formatindex="..." values for formats defined additionally to the preset range must be >=50 and unique within a locale.
2011-11-28added [an-ES] genitive month names, changed date formats, elaborated IndexKeyJuan Pablo Martínez Cortés
2011-11-28changed [ast-ES] date and currency formatsXuacu Saturio
2011-11-28added [ru-RU] genitive case month namesSerg Bormant
2011-11-28[be-BY] lower case month namesYury Tarasievich
2011-11-28Add genitive and partitive month names for fi_FI localeHarri Pitkänen
Add genitive and partitive month names and remove hardcoded case suffixes from predefined date formats. One format incorrectly had case suffixes added to abbreviated month names.
2011-11-27remove include of pch header from i18npoolNorbert Thiebaud
2011-11-25added check if locale data's usedInCompatibleFormatCodes currency is really ↵Eike Rathke
used there and fixed the cases discovered by the check ...
2011-11-25added [pt-PT] legacyOnly currency to cope with change from Esc. to $Eike Rathke
2011-11-25updated Portuguese [pt-PT] locale dataSérgio Marques
2011-11-23updated Latin [la-VA] locale dataRoman Eisele
2011-11-23i18n corrections for pt-PT (dates)Olivier Hallot
2011-11-23added Asturian [ast-ES] genitive case month namesXuacu Saturio
2011-11-23added Gaelic (Scotland) [gd-GB] genitive case month namesMichael Bauer
2011-11-23added Belarusian [be-BY] genitive case month namesYury Tarasievich
2011-11-22added partitive case month namesEike Rathke
* Locale data: * nominative (nouns) month names always given in <MonthsOfYear> element * optional genitive case month names in <GenitiveMonths> element, following the <MonthsOfYear> element; if not given take nominative names * optional partitive case month names in <PartitiveMonths> element, following the <GenitiveMonths> element, or following the <MonthsOfYear> element if the <GenitiveMonths> element is not present; if not given take genitive case names, or nominative if genitive names aren't defined * currently known partitive case matters in Finnish locales * Rules for use of nominative / genitive / partitive case month names in number formatter: * no day of month (D or DD) present in format code => MMM or MMMM display nominative month name (noun) * day of month (D or DD) after MMM or MMMM => genitive name * no genitive names defined => nominative names * day of month (D or DD) before MMM or MMMM => partitive name * no partitive names defined => genitive names * no genitive names defined => nominative names