summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2020-05-15Change [zh-CN] keyword 'General' to '常规', tdf#88233Eike Rathke1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-09compact namespace in i18npool..ooxNoel Grandin1-3/+1
2020-05-07ICU requires that a collator charset data array is four-byte-alignedTor Lillqvist1-1/+1
2020-05-06Throw exceptions with useful messagesTor Lillqvist1-4/+22
2020-04-27tdf#42982: Improve UNO API error reportingIan Barkley-Yeung1-3/+7
2020-04-20fix regressionNoel Grandin1-8/+8
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin2-16/+55
2020-04-08loplugin:flatten in i18npoolNoel Grandin5-71/+75
2020-04-08fix Korean Hangul Syllable Character order tdf#130067DaeHyun Sung1-236/+1118
2020-04-02Resolves: tdf#131829 [vi-VN] set currency VND decimals to 0Eike Rathke1-5/+5
2020-03-31Translate German variable namesJohnny_M1-9/+9
2020-03-25tdf#131153 Correct LongDateDaySeparator for fr_CH and it_CHJean-Louis Fuchs2-8/+8
2020-03-23sw: add pad-to-5 numberingMiklos Vajna2-0/+31
2020-03-22tdf#131464: fix create an index of Writer in Japanese localeJulien Nabet1-2/+2
2020-03-20sw pad-to-4 numbering: add ODF filterMiklos Vajna1-0/+1
2020-03-20sw pad-to-4 numbering: add doc model, UNO API and layoutMiklos Vajna2-0/+30
2020-03-18sw pad-to-3 numbering: add ODF filterMiklos Vajna1-0/+1
2020-03-17sw pad-to-3 numbering: add doc model, UNO API and layoutMiklos Vajna2-4/+34
2020-03-15Check for some more expected calendar elementsEike Rathke2-20/+46
2020-03-13Fix for tdf#131297 Add Sundanese [sun-ID] locale data.rizmut3-1/+296
2020-03-12Survive missing <Eras> elementEike Rathke1-15/+28
2020-03-03sw padded numbering: add ODF filterMiklos Vajna1-0/+1
2020-03-03sw padded numbering: add layoutMiklos Vajna4-0/+126
2020-03-02Fix Korea's Hanja Upper Numbers codepoint array #tdf130077DaeHyun Sung2-15/+19
2020-03-02can pass length to icu compare hereNoel Grandin1-1/+2
2020-02-28Use icu::UnicodeString's readonly-aliasing char16_t* constructorMike Kaganski1-2/+2
2020-02-28tdf#130984: use RegexMatcher::region to properly limit the searchMike Kaganski1-7/+14
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke168-333/+840
2020-02-21Resolves: tdf#130772 Add Minangkabau [min-ID] locale dataEike Rathke3-1/+179
2020-02-21Resolves: tdf#130579 Add Ligurian [lij-IT] locale dataEike Rathke3-0/+357
2020-02-19Related: tdf#130772 Prepare id-ID currency formats to ref-derive fromEike Rathke1-6/+6
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák5-0/+20
2020-02-13tdf#130563 Change the default dates format for Italian localeMarina Latini (SUSE)6-12/+12
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-3/+3
2020-01-31tdf#129240 More date acceptance patterns for Hungarian languageKelemen Gábor1-0/+5
2020-01-30Update ICU RegexMatcher::setTimeLimit() documentation link to new locationEike Rathke1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2020-01-25tdf#124176: Use pragma once instead of include guardsBurak Bala1-4/+2
2020-01-24loplugin:makeshared in hwpfilter..i18npoolNoel Grandin1-4/+4
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin30-49/+49
2020-01-08tdf#96505:Get rid of cargo cult long integer literalsayhanyalcinsoy1-1/+1
2020-01-08tdf#94411 use f. and ff. in alphabetical indexSeth Chaiklin1-2/+2
2020-01-03Elaborate comment what happens, tdf#78840 follow-upEike Rathke1-1/+8
2020-01-03tdf#78840: disable case-insensitive transliteration for regex searchMike Kaganski1-0/+3
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin33-90/+90
2019-12-19tdf#65038: use trailing string characters for look-ahead assertionsMike Kaganski1-3/+11
2019-12-19tdf#75806: use actual string leading characters for correct precondition matchMike Kaganski1-17/+18
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-0/+1