summaryrefslogtreecommitdiff
path: root/i18npool/source
AgeCommit message (Expand)AuthorFilesLines
2012-12-21fdo#52240 added [hr-HR] date acceptance patterns D/M/Y;D/MEike Rathke1-0/+2
2012-12-21fdo#52240 added [no-NO] date acceptance patterns D.M;D/M/Y;D/M;D/M YEike Rathke1-0/+4
2012-12-21resolved fdo#57668 additional date formats using '/' separatorEike Rathke1-3/+17
2012-11-21WaE: duplicated variable nameCaolán McNamara1-4/+4
2012-11-20fix build with icu-4.0Petr Mladek1-1/+3
2012-11-05fdo#55732 display upper case greek letters in page numbering optionLester1-2/+2
2012-10-02Add back compatible Hungarian date format acceptanceLászló Németh1-0/+2
2012-09-06Resolves: fdo#54486 ensure ordinal format has non-ordinal prefixCaolán McNamara1-33/+69
2012-09-06fdo#38242: Make autocorrect of 1st to 1 + superscripted st work againCaolán McNamara1-1/+1
2012-08-29fdo#52240 added D.M date acceptance pattern to [hr-HR]Eike Rathke1-0/+1
2012-07-26fdo#52240 added M/D date acceptance pattern to locales with M/D/Y edit formatEike Rathke6-0/+6
2012-07-26fdo#52240 added D/M date acceptance pattern to locales with D/M/Y edit formatEike Rathke46-0/+46
2012-07-26fdo#52240 added M/D date acceptance pattern to locales with Y/M/D edit formatEike Rathke2-0/+2
2012-07-26fdo#52240 added M/D date acceptance pattern to locales with Y/M/D edit formatEike Rathke10-0/+10
2012-07-20fdo#52240 added abbreviated date acceptance patterns for [de-{AT,CH,LI,LU}]Eike Rathke4-0/+4
2012-07-13Resolves: fdo#52020 ICU breakiterator not used for KhmerCaolán McNamara1-1/+1
2012-05-31targeted string re-workNorbert Thiebaud2-4/+4
2012-06-01fix some typoKorrawit Pruegsanusak1-3/+3
2012-05-30targeted string re-workNorbert Thiebaud22-106/+106
2012-05-29Revert "fdo#45830: Indicate correct default locale setting"Luboš Luňák1-1/+4
2012-05-29added same date acceptance patterns as in gd-GBEike Rathke1-0/+2
2012-05-28fdo#45830: Indicate correct default locale settingRob Snelders1-4/+1
2012-05-24added missing closing quotes at end of literalsEike Rathke1-3/+3
2012-05-22fixed a typo in zh-* currency format code that has been in since 2002 ...Eike Rathke5-5/+5
2012-05-22updated [zh-TW] locale data fdo#49274Cheng-Chia Tseng1-41/+220
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-17nutso static OUStringsCaolán McNamara1-4/+2
2012-05-16reduce a gadzillion make_pairs executions to simple array of podCaolán McNamara7-925/+925
2012-05-15added common date acceptance patterns to *-FR localesEike Rathke4-0/+10
2012-05-13Resolves: fdo#49849 implement Unicode 6.1 hebrew line breaking rulesCaolán McNamara2-22/+47
2012-05-11added Swedish [sv-SE] date acceptance patterns 'D/M' and 'D/M Y'Eike Rathke1-0/+2
2012-05-02re-added 'D/M/' date acceptance pattern to [is-IS]Eike Rathke1-0/+1
2012-05-02swapped DefaultAbbrvName and DefaultFullName in Era elementsEike Rathke1-4/+4
2012-05-02changes to [is-IS] locale dataBjörgvin Ragnarsson1-15/+16
2012-05-02Related: fdo#49208 use UText adaptor to underlying rtl::OUStringCaolán McNamara1-21/+13
2012-05-01Resolves: fdo#49208 icu string compare is shocking slowCaolán McNamara1-3/+22
2012-05-01Related: fdo#49208 crazy to create the string *twice*Caolán McNamara1-3/+5
2012-04-30script to list locales with and without DateAcceptancePatternEike Rathke1-0/+121
2012-04-30be more specific in locale data date acceptance pattern check outputEike Rathke1-8/+13
2012-04-25fdo#48957 added Erzya [myv-RU] locale dataEike Rathke2-0/+358
2012-04-24it's Erzya, not EryzaEike Rathke1-1/+1
2012-04-19remove static objects from static_initialization_and_destruction chainCaolán McNamara1-3/+14
2012-04-19Simplify TransliterationImpl::loadBodyStephan Bergmann1-40/+6
2012-04-19fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language listEike Rathke1-0/+2
2012-04-19Correctly pass implementation name to cppu::createSingleFactoryStephan Bergmann1-1/+2
2012-04-19Improved error reportingStephan Bergmann1-1/+4
2012-04-18Add the genstaticheader.pl scriptTor Lillqvist1-0/+83
2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist10-51/+447
2012-04-12Resolves: fdo#40292 Tamil grapheme cluster rulesCaolán McNamara2-6/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi9-41/+32