summaryrefslogtreecommitdiffstats
path: root/i18nlangtag
Commit message (Expand)AuthorAgeFilesLines
* Use constexpr instead of constMike Kaganski2024-02-041-1/+1
* cid#1545617 COPY_INSTEAD_OF_MOVECaolán McNamara2023-12-081-4/+2
* Extended loplugin:ostr: i18nlangtagStephan Bergmann2023-11-301-1/+1
* tsan:data race in LanguageTag::registerImplNoel Grandin2023-10-301-1/+2
* Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2023-10-231-2/+2
* loplugin:ostr: automatic rewriteStephan Bergmann2023-10-071-1/+1
* Use less libxml2 external headers dependencyGabor Kelemen2023-09-291-1/+0
* Related: tdf#154832 Official name is MorisyenEike Rathke2023-04-161-1/+1
* Resolves: tdf#154832 Add Creole (Mauritius) {mfe-MU} [0x06B2] locale dataEike Rathke2023-04-161-0/+1
* loplugin:stringviewparam improvementsNoel Grandin2023-04-141-5/+6
* Resolves: tdf#154031 Add Rohingya Hanifi {rhg-Rohg-MM} [0x06B1] CTL, RTLEike Rathke2023-03-152-0/+3
* Simplify a bitMike Kaganski2023-03-031-116/+85
* Add Saraiki {skr-PK} [0x06B0] to language list, CTL, RTLEike Rathke2023-02-172-1/+4
* Unit test for {es-419} and fallbacksEike Rathke2023-02-171-0/+16
* Handle 3-digits UN M.49 region codes in simpleExtract()Eike Rathke2023-02-171-8/+92
* Do not add empty language tag to fallback stringsEike Rathke2023-02-161-1/+1
* Add unit tests for zh-Hans and zh-Hant mapping and fallbacksEike Rathke2023-02-152-2/+101
* Related: tdf#152781 Pin some known on-the-fly langtags to user-defined LCIDsEike Rathke2023-01-071-1/+6
* Related: tdf#152781 Stab the 0xE40A {es} vs Latin America quirkEike Rathke2023-01-052-1/+4
* Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist2022-12-281-1/+5
* Resolves: tdf#148792 Add Portuguese (Mozambique) {pt-MZ} locale and dataEike Rathke2022-11-281-0/+2
* Deduplicate O(U)StringConcatenationMike Kaganski2022-10-111-1/+1
* Konkani is CTL, the other unknowns are not ("Western")Eike Rathke2022-10-081-9/+1
* More zh-* legacyEike Rathke2022-10-052-0/+6
* Check acor_langtag for language-script fallback instead of only languageEike Rathke2022-10-044-6/+10
* Resolves: tdf#150370 Accept 'art-x-...' private-use input in language boxEike Rathke2022-09-011-7/+14
* Related: tdf#150370 Convert isValidBcp47() bool to enum LanguageTag::PrivateUseEike Rathke2022-08-312-5/+6
* i18nlangtag: replace tools::Long with longChris Sherlock2022-07-071-2/+1
* 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