summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2021-08-26tdf#144089: Revert "tdf#137737 i18n search: don't expand start/end with regex...Xisco Fauli1-2/+2
2021-08-25tdf#137737 i18n search: don't expand start/end with regex ^ or $Justin Luth1-2/+2
2021-08-04Related: tdf#143664 Change {de-*} March "Mrz" to "Mär"Eike Rathke2-2/+2
2021-07-31tdf#143295 fix DateAcceptancePattern in KoreanDaeHyun Sung1-0/+5
2021-07-07Resolves tdf#137160 - Thin space before f./ff. in en_USHeiko Tietze1-2/+2
2021-07-05Related: tdf#125035 Include day of week in formatindex="19" DATE_SYSTEM_LONGEike Rathke1-1/+1
2021-07-05tdf#143173: fix wrong French abbr for Alphabetical Index-Grouped entriesJulien Nabet1-2/+2
2021-07-05Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke1-1/+1
2021-07-05Related: tdf#125035 Include day of week in formatindex="19" DATE_SYSTEM_LONGEike Rathke20-20/+20
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara1-1/+0
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet4-55/+19
2021-06-07Resolves: tdf#142216 Fix {hu-HU} AM/PM words, default time without leading 0Eike Rathke1-4/+4
2021-06-04Fix the <FollowPageWord> entries for BulgarianMIhail Balabanov1-2/+2
2021-05-25Don't ignore GCC warnings for static buildsJan-Marek Glogowski1-13/+10
2021-05-17don't leak ICU transliteratorNoel Grandin2-3/+4
2021-05-15Related: tdf#128314 Add NatNum12 modifier 'lower' attributeEike Rathke1-1/+5
2021-05-14Improve loplugin:stringviewStephan Bergmann3-4/+6
2021-05-14Typos in commentsMike Kaganski1-1/+1
2021-05-06Add English (Denmark) {en-DK} locale dataEike Rathke3-0/+240
2021-05-06Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke1-1/+11
2021-05-06Derive en_HK calendar from en_US instead of en_GBEike Rathke1-1/+1
2021-05-05Move en_KE to lcl_DATA_EN where it belongsEike Rathke3-5/+5
2021-04-27loplugin:moveoptNoel Grandin1-4/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-2/+2
2021-04-10Quote literals in {ja-JP} date and time format codesEike Rathke1-15/+15
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-5/+10
2021-04-05Use std algorithms hereMike Kaganski2-57/+9
2021-04-01Resolves: tdf#136839 {nl-BE} leading currency symbolEike Rathke1-6/+6
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23Fix Japanese old monthly nameJun NOGATA1-24/+24
2021-03-21Add mixed Gregorian and Japanese gengou date format.Jun NOGATA1-0/+6
2021-02-23loplugin:refcounting in i18npoolNoel1-6/+4
2021-02-12tdf#42982 Add descriptions to some runtime exceptionsAditya Pratap Singh1-6/+8
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel1-1/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann3-57/+115
2021-01-28simplify code, use more subView()Noel2-8/+8
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann2-134/+91
2021-01-27Use std::u16string_view instead of OUString in one placeStephan Bergmann1-3/+3
2021-01-26loplugin:passstuffbyrefNoel2-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara6-7/+7
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann6-21/+18
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-10/+16
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann4-12/+15
2020-12-26New loplugin:stringliteralvarStephan Bergmann6-7/+7
2020-12-23Use char16_t string literalsStephan Bergmann1-1/+1
2020-12-20Check Calendar unoid for unknown and duplicatesEike Rathke1-0/+25
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-23/+25
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel5-20/+20