summaryrefslogtreecommitdiffstats
path: root/i18nlangtag
Commit message (Expand)AuthorAgeFilesLines
* Related: tdf#147390 Accept oc-FR-lengadoc and oc-ES-aranes for oc-FR and oc-ESEike Rathke2022-06-072-0/+4
* tdf#146084 No hyphenation warning for PashtoHossein2022-01-091-0/+1
* tdf#146084 Don't warn for languages without hyphenationHossein2022-01-091-0/+22
* Change Interslavic Latin tag to {art-Latn-x-interslv}, tdf#145853 follow-upEike Rathke2021-12-181-1/+1
* Resolves: tdf#145853 Add Interslavic Latin|Cyrillic to language listEike Rathke2021-12-181-0/+2
* Related: tdf#146228 convertIsoNamesToLanguage() fallback for empty tagEike Rathke2021-12-151-3/+5
* Resolves: tdf#146228 env-var $LANGUAGE can be a colon separated listEike Rathke2021-12-151-4/+33
* Removed break; after returnAndrea Gelmini2021-11-231-1/+0
* osl::Mutex->std::recursive_mutex in LanguageTagNoel Grandin2021-11-221-46/+61
* initialization-order-fiasco, againStephan Bergmann2021-11-101-53/+54
* rtl::Static to thread-safe staticNoel Grandin2021-11-101-54/+53
* Convert erroneous kw-UK language tag to kw-GB when encounteringEike Rathke2021-11-082-1/+3
* The country code for the United Kingdom is GB not UKCaolán McNamara2021-11-081-1/+1
* Introduce LanguageTag::convertToLanguageTypeWithFallback(Locale)Eike Rathke2021-10-251-0/+10
* Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage()Eike Rathke2021-10-252-39/+24
* Return LANGUAGE_ENGLISH_US for AppleLanguageId::ENGLISHEike Rathke2021-10-241-1/+1
* Related: tdf#145173 Add English (Israel) {en-IL} 0xB409 to language listEike Rathke2021-10-191-0/+1
* Introduce MsLangId::getConfiguredSystemLanguage()Eike Rathke2021-10-181-12/+34
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-031-1/+1
* Resolves: tdf#144059 Tigrigna {ti-*} (Ethi) is CTLEike Rathke2021-08-301-0/+1
* Resolves: tdf#143946 Add Klingon, tlhIngan Hol {tlh} 0x06AC to language listEike Rathke2021-08-212-1/+2
* Unit test for LanguageTagIcu::getDisplayName()Eike Rathke2021-08-212-0/+77
* Introduce LanguageTagIcu::getDisplayName()Eike Rathke2021-08-211-0/+22
* Adapt LCIDs and language tags to [MS-LCID] rev.15Eike Rathke2021-08-064-31/+39
* update list of [MS-LCID] from 6/25/2021 15.0 rev.DaeHyun Sung2021-08-041-13/+13
* initialization-order-fiascoStephan Bergmann2021-08-021-41/+48
* rtl::Static -> static localNoel Grandin2021-07-311-48/+41
* Resolves: tdf#123466 Add Microsoft ill-used {x-none} to known language tagsEike Rathke2021-07-121-0/+1
* Make loplugin:stringadd slightly more aggressiveStephan Bergmann2021-07-091-2/+1
* Add Sesotho {st-LS} 0x8030 to language listEike Rathke2021-06-011-0/+1
* Add English (Denmark) {en-DK} locale dataEike Rathke2021-05-061-0/+1
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-3/+3
* Update commentStephan Bergmann2021-04-081-1/+1
* rtl::Static -> function local staticNoel Grandin2021-04-071-2/+3
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-111/+113
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Resolves: tdf#138839 Add Cabécar {cjp-CR} 0x06AA, Bribri {bzd-CR} 0x06ABEike Rathke2021-02-131-0/+2
* Remove unneeded breaksAndrea Gelmini2021-02-101-6/+0
* Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2021-02-081-7/+14
* Resolves: tdf#139607 Add Pali Thai {pi-Thai} 0x0A67 to CTL language listEike Rathke2021-02-012-2/+6
* loplugin:passstuffbyrefNoel2021-01-261-2/+2
* loplugin:stringviewparam: operator +=Stephan Bergmann2021-01-041-2/+2
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-2/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-113-4/+4
* fix assert message inside liblangtagNoel Grandin2020-12-031-19/+27
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-61/+61
* loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann2020-11-181-1/+2
* tdf#123936 Formatting files in module i18nlangtag with clang-formatPhilipp Hofer2020-11-131-2/+1
* loplugin:stringviewNoel2020-11-111-1/+1
* new loplugin:reducevarscopeNoel Grandin2020-11-101-2/+1