summaryrefslogtreecommitdiffstats
path: root/i18nlangtag
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#147390 tag oc-FR to oc-FR-lengadoc, oc-ES to oc-ES-aranesEike Rathke2022-06-062-3/+7
* convertLanguageToLocaleImpl() speed-up a gazillion en-US fallback casesEike Rathke2022-05-261-0/+10
* use more string_view in i18nlangtagNoel Grandin2022-04-281-14/+14
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-131-2/+3
* loplugin:constantparamNoel Grandin2022-03-241-2/+2
* tdf#146602 Add Pennsylvania Dutch {pdc-US} 0x06AF to language listEike Rathke2022-01-261-0/+1
* Fix typosAndrea Gelmini2022-01-121-1/+1
* tdf#146084 Test for languages without hyphenationHossein2022-01-101-0/+95
* tdf#146084 No hyphenation warning for PashtoHossein2022-01-091-0/+1
* tdf#146084 No hyphenation warning for VietnameseHossein2022-01-091-1/+2
* tdf#146084 Don't warn for languages without hyphenationHossein2022-01-071-0/+21
* Use primary().anyOf() instead of yet another equalsPrimary()Eike Rathke2021-12-301-16/+11
* loplugin:flatten in filter..includeNoel Grandin2021-12-221-40/+40
* 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
* loplugin:stringliteraldefine in i18nlangtagNoel Grandin2021-11-291-1/+1
* 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