summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)AuthorFilesLines
2023-11-02add a fast path for the 1999-12-31 date in calendar conversionCaolán McNamara1-0/+9
2023-08-02Correct Esperanto {eo} group separator formats wrong since initial 2005 commitEike Rathke1-9/+9
2023-06-25tdf#125154 i18npool,sw: fix group separators in numbers in formulasMichael Stahl1-1/+9
2023-05-18tdf#56258 i18npool en-US: re-arrange outline numbering suggestionsJustin Luth1-21/+21
2023-05-13Fix typos in XML that broke three implementation elementsStephan Bergmann2-9/+5
2023-04-27tdf#151971: Fix used implementation names of transliteration servicesStephan Bergmann4-18/+199
2023-04-21tdf#56258 i18npool en-US: extend outline 1.a) to 4 levelsJustin Luth1-4/+4
2023-04-21tdf#56258 i18npool en-US: replace illogical outline 1.(a).i.AJustin Luth1-5/+5
2023-04-21tdf#56258 i18npool en-US: change outline order to match MLA styleJustin Luth1-4/+4
2023-04-21tdf#56258: allow i18npool to define SvxAdjust for outlineJustin Luth4-10/+13
2023-04-21tdf#56258 en_US: increase outline levels definitions to 6Justin Luth1-2/+10
2023-04-03Resolves: tdf#154433 Correct {uk-UA} quotation mark charactersEike Rathke1-4/+4
2023-04-02Related: tdf#153842 {hsb-DE} does not use AM/PMEike Rathke1-5/+5
2023-04-02Resolves: tdf#153842 {hsb-DE} currency symbol follows amount with blankEike Rathke1-6/+6
2023-03-12Related: tdf#153842 {dsb-DE} group separator is '.' dot instead of NBSPEike Rathke1-10/+10
2023-01-02tdf#152785: typo "disabte" instead of "dissabte" for Saturday in occitanJulien Nabet1-2/+2
2022-12-18tdf#152520: Crash when using TITLE_CASE/SENTENCE_CASE in Transliteration moduleJulien Nabet1-4/+7
2022-11-28Resolves: tdf#148792 Add Portuguese (Mozambique) {pt-MZ} locale and dataEike Rathke3-1/+285
2022-11-27{pt-AO} change to untranslated YY,YYYY keywords, translated AA never workedEike Rathke1-20/+20
2022-11-27Resolves: tdf#150011 Switch default currency HRK Croatian Kuna to EUR EuroEike Rathke1-3/+2
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin1-1/+2
2022-11-22loplugin:unusedfieldsNoel Grandin1-5/+0
2022-11-14tdf#115007 i18npool: add NatNum12 support to Persian, fix HebrewLászló Németh2-18/+3
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): i18npoolStephan Bergmann1-12/+27
2022-11-03tdf#115007 i18npool: add NatNum12 formats to localesLászló Németh69-1/+1418
2022-11-03tdf#115007 add NatNum12 number format list items, fix title caseLászló Németh2-1/+41
2022-10-13Change split regexp from \~ to ~Eike Rathke1-1/+1
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-3/+3
2022-10-06Do not use double hyphen in DTD comment to satisfy xmllintEike Rathke1-1/+7
2022-09-24tdf#151148 Finding KATAKANA which has voice consonant mark wrongNoel Grandin1-1/+1
2022-08-21tdf#135451 - Change the skipSpace implementation of the break iteratorAndreas Heinisch2-8/+11
2022-08-19tdf#91764: Combining marks from “complex” scripts can’t be searched forKhaled Hosny3-56/+148
2022-07-22Resolves: tdf#150011 Add HRK Croatian Kuna conversion to EUR EuroEike Rathke1-0/+8
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-07-11Resolves: tdf#141565 Correct character sequence for Devanagari unique IDEike Rathke1-3/+3
2022-06-15use stack buffer in transliterateImplNoel Grandin1-4/+14
2022-06-15unnecessary reallocNoel Grandin1-2/+0
2022-06-11Add English (Mauritius) {en-MU} locale dataEike Rathke3-0/+43
2022-06-06Resolves: tdf#147390 tag oc-FR to oc-FR-lengadoc, oc-ES to oc-ES-aranesEike Rathke5-8/+10
2022-06-05Resolves: tdf#148428 Add Dhivehi (Maldives) {dv-MV} locale dataEike Rathke3-1/+602
2022-05-26clang-tidy modernize-pass-by-value in i18npoolNoel Grandin10-17/+25
2022-05-17elide some OUString allocationNoel Grandin1-1/+2
2022-05-03add o3tl::equalsAsciiNoel Grandin2-6/+7
2022-05-01use more string_view in variousNoel Grandin1-1/+1
2022-04-29tdf#148851 Unmap + close file again in xdictionary dtorMichael Weghorn2-12/+28
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-2/+2
2022-04-15apply ICU test workaround to < 70 to "fix" test with ICU 71Rene Engelhard1-2/+2
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas1-2/+2
2022-04-12Pick better type for a variableStephan Bergmann1-2/+3
2022-04-11use more string_viewNoel Grandin7-37/+38