summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Collapse)AuthorFilesLines
2012-01-16PartitiveMonths for Czech languageDa'angh Khagaroth1-0/+62
2012-01-11made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to beEike Rathke9-14/+28
2012-01-06gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan3-6/+6
Signed-off-by: David Tardon <dtardon@redhat.com>
2012-01-03corrected abbreviated day names and a long date formatMateusz Zasuwik1-8/+8
2011-12-22'--' is not allowed inside commentsEike Rathke1-1/+1
2011-12-20genitive case month names for [pl-PL]Mateusz Zasuwik1-0/+62
2011-12-15more corrections to date formatsMartin Srebotnjak1-2/+2
2011-12-14corrections to [sl-SI] date formatsEike Rathke1-2/+2
2011-12-14if [CURRENCY] is used then it must be definedEike Rathke1-1/+1
2011-12-14check if [CURRENCY] replaceTo is specifiedEike Rathke1-1/+17
2011-12-14corrections to Slovenian locale dataMartin Srebotnjak1-24/+24
Signed-off-by: Andras Timar <atimar@suse.com>
2011-12-13simplify this, use gb_Helper_abbreviate_dirs_native instead of cygpathMatúš Kukan1-7/+2
2011-12-09fixed fdo#37349 present Catalan (Valencian) as selectable UI languageEike Rathke2-4/+16
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 Michaelsen1-6/+2
2011-12-08changed MinimalDaysInFirstWeek to 4 for correct week-of-year calculationEike Rathke1-1/+1
(cherry picked from commit ab7926e54ca4a3cddfeedf9cb7027a327d7a1432)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07use gbuild_simple.mk in i18npoolBjoern Michaelsen5-15/+15
2011-12-05corrected [pt-PT] date formatsSérgio Marques1-2/+2
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen4-0/+4
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29changed and added [pt-PT] date formatsSérgio Marques1-4/+24
2011-11-28[gd-GB] partitive vs genitive case month namesMichael Bauer1-2/+2
2011-11-28non-preset formatindex="..." values must be >=50Eike Rathke1-0/+4
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és1-18/+79
2011-11-28changed [ast-ES] date and currency formatsXuacu Saturio1-18/+18
2011-11-28added [ru-RU] genitive case month namesSerg Bormant1-0/+62
2011-11-28[be-BY] lower case month namesYury Tarasievich1-12/+12
2011-11-28Add genitive and partitive month names for fi_FI localeHarri Pitkänen1-5/+129
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 precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud11-11/+0
2011-11-27remove include of pch header from i18npoolNorbert Thiebaud90-174/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud10-20/+0
2011-11-25added check if locale data's usedInCompatibleFormatCodes currency is really ↵Eike Rathke5-7/+53
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 Rathke1-1/+8
2011-11-25updated Portuguese [pt-PT] locale dataSérgio Marques1-20/+20
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+3
2011-11-23updated Latin [la-VA] locale dataRoman Eisele1-55/+117
2011-11-23i18n corrections for pt-PT (dates)Olivier Hallot1-54/+48
2011-11-23added Asturian [ast-ES] genitive case month namesXuacu Saturio1-44/+106
2011-11-23added Gaelic (Scotland) [gd-GB] genitive case month namesMichael Bauer1-80/+194
2011-11-23added Belarusian [be-BY] genitive case month namesYury Tarasievich1-0/+62
2011-11-22added partitive case month namesEike Rathke7-4/+103
* 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
2011-11-21remove obsolete linkermapfile-check.awkEike Rathke1-105/+0
2011-11-21added Lithuanian [lt-LT] nominative / genitive case month namesModestas Rimkus1-1/+63
2011-11-21still cygwin is not unixEike Rathke1-2/+4
2011-11-21i18npool depends on offapiFridrich Štrba1-1/+1
2011-11-20hopefully gb_Executable_EXT_for_build does itEike Rathke1-1/+1
2011-11-20change OUTDIR to OUTDIR_FOR_BUILD for cross-compilationEike Rathke1-1/+1
2011-11-19clocaledata is a char array, so can use RTL_CONSTASCII_fooCaolán McNamara1-3/+3
2011-11-19add narrow (one letter) month namesEike Rathke8-88/+204
While introducing Calendar2 and the XCalendar3 interface anyway, as well the "one letter" narrow month names sometimes needed in calendaring can be added. These are not always the first capitalized letters of the months in all locales, and might even not necessarily be just one character. Introduces a new struct css::i18n::Calendar2 that is not derived from css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to hold the NarrowName elements. In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now have an optional element DefaultNarrowName. If not specified, the first character of DefaultFullName is taken. LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and sequences of CalendarItem2 structs. Application code adapted. The number formatter now displays narrow month names (genitive if applicable) for the MMMMM code, previously it displayed the first 16 bit code point of the full name (not even utf-16 aware). Narrow day names currently are not used, except in svtools' Calendar control.