summaryrefslogtreecommitdiff
path: root/i18nlangtag
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Fix typosAndrea Gelmini1-1/+1
2022-01-10tdf#146084 Test for languages without hyphenationHossein1-0/+95
2022-01-09tdf#146084 No hyphenation warning for PashtoHossein1-0/+1
2022-01-09tdf#146084 No hyphenation warning for VietnameseHossein1-1/+2
2022-01-07tdf#146084 Don't warn for languages without hyphenationHossein1-0/+21
2021-12-30Use primary().anyOf() instead of yet another equalsPrimary()Eike Rathke1-16/+11
2021-12-22loplugin:flatten in filter..includeNoel Grandin1-40/+40
2021-12-18Change Interslavic Latin tag to {art-Latn-x-interslv}, tdf#145853 follow-upEike Rathke1-1/+1
2021-12-18Resolves: tdf#145853 Add Interslavic Latin|Cyrillic to language listEike Rathke1-0/+2
2021-12-15Related: tdf#146228 convertIsoNamesToLanguage() fallback for empty tagEike Rathke1-3/+5
2021-12-15Resolves: tdf#146228 env-var $LANGUAGE can be a colon separated listEike Rathke1-4/+33
2021-11-29loplugin:stringliteraldefine in i18nlangtagNoel Grandin1-1/+1
2021-11-23Removed break; after returnAndrea Gelmini1-1/+0
2021-11-22osl::Mutex->std::recursive_mutex in LanguageTagNoel Grandin1-46/+61
2021-11-10initialization-order-fiasco, againStephan Bergmann1-53/+54
2021-11-10rtl::Static to thread-safe staticNoel Grandin1-54/+53
2021-11-08Convert erroneous kw-UK language tag to kw-GB when encounteringEike Rathke2-1/+3
2021-11-08The country code for the United Kingdom is GB not UKCaolán McNamara1-1/+1
2021-10-25Introduce LanguageTag::convertToLanguageTypeWithFallback(Locale)Eike Rathke1-0/+10
2021-10-25Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage()Eike Rathke2-39/+24
2021-10-24Return LANGUAGE_ENGLISH_US for AppleLanguageId::ENGLISHEike Rathke1-1/+1
2021-10-19Related: tdf#145173 Add English (Israel) {en-IL} 0xB409 to language listEike Rathke1-0/+1
2021-10-18Introduce MsLangId::getConfiguredSystemLanguage()Eike Rathke1-12/+34
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-08-30Resolves: tdf#144059 Tigrigna {ti-*} (Ethi) is CTLEike Rathke1-0/+1
2021-08-21Resolves: tdf#143946 Add Klingon, tlhIngan Hol {tlh} 0x06AC to language listEike Rathke2-1/+2
2021-08-21Unit test for LanguageTagIcu::getDisplayName()Eike Rathke2-0/+77
2021-08-21Introduce LanguageTagIcu::getDisplayName()Eike Rathke1-0/+22
2021-08-06Adapt LCIDs and language tags to [MS-LCID] rev.15Eike Rathke4-31/+39
2021-08-04update list of [MS-LCID] from 6/25/2021 15.0 rev.DaeHyun Sung1-13/+13
2021-08-02initialization-order-fiascoStephan Bergmann1-41/+48
2021-07-31rtl::Static -> static localNoel Grandin1-48/+41
2021-07-12Resolves: tdf#123466 Add Microsoft ill-used {x-none} to known language tagsEike Rathke1-0/+1
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-2/+1
2021-06-01Add Sesotho {st-LS} 0x8030 to language listEike Rathke1-0/+1
2021-05-06Add English (Denmark) {en-DK} locale dataEike Rathke1-0/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-3/+3
2021-04-08Update commentStephan Bergmann1-1/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-2/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-111/+113
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-13Resolves: tdf#138839 Add Cabécar {cjp-CR} 0x06AA, Bribri {bzd-CR} 0x06ABEike Rathke1-0/+2
2021-02-10Remove unneeded breaksAndrea Gelmini1-6/+0
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-7/+14
2021-02-01Resolves: tdf#139607 Add Pali Thai {pi-Thai} 0x0A67 to CTL language listEike Rathke2-2/+6
2021-01-26loplugin:passstuffbyrefNoel1-2/+2
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-4/+4
2020-12-03fix assert message inside liblangtagNoel Grandin1-19/+27