summaryrefslogtreecommitdiff
path: root/i18nlangtag
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann1-1/+1
2024-03-06Use less boost_headers in low level librariesGabor Kelemen2-3/+0
2024-02-04Use constexpr instead of constMike Kaganski1-1/+1
2023-12-08cid#1545617 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+2
2023-11-30Extended loplugin:ostr: i18nlangtagStephan Bergmann1-1/+1
2023-10-30tsan:data race in LanguageTag::registerImplNoel Grandin1-1/+2
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-2/+2
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2023-09-29Use less libxml2 external headers dependencyGabor Kelemen1-1/+0
2023-04-16Related: tdf#154832 Official name is MorisyenEike Rathke1-1/+1
2023-04-16Resolves: tdf#154832 Add Creole (Mauritius) {mfe-MU} [0x06B2] locale dataEike Rathke1-0/+1
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-5/+6
2023-03-15Resolves: tdf#154031 Add Rohingya Hanifi {rhg-Rohg-MM} [0x06B1] CTL, RTLEike Rathke2-0/+3
2023-03-03Simplify a bitMike Kaganski1-116/+85
2023-02-17Add Saraiki {skr-PK} [0x06B0] to language list, CTL, RTLEike Rathke2-1/+4
2023-02-17Unit test for {es-419} and fallbacksEike Rathke1-0/+16
2023-02-17Handle 3-digits UN M.49 region codes in simpleExtract()Eike Rathke1-8/+92
2023-02-16Do not add empty language tag to fallback stringsEike Rathke1-1/+1
2023-02-15Add unit tests for zh-Hans and zh-Hant mapping and fallbacksEike Rathke2-2/+101
2023-01-07Related: tdf#152781 Pin some known on-the-fly langtags to user-defined LCIDsEike Rathke1-1/+6
2023-01-05Related: tdf#152781 Stab the 0xE40A {es} vs Latin America quirkEike Rathke2-1/+4
2022-12-28Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist1-1/+5
2022-11-28Resolves: tdf#148792 Add Portuguese (Mozambique) {pt-MZ} locale and dataEike Rathke1-0/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-10-08Konkani is CTL, the other unknowns are not ("Western")Eike Rathke1-9/+1
2022-10-05More zh-* legacyEike Rathke2-0/+6
2022-10-04Check acor_langtag for language-script fallback instead of only languageEike Rathke4-6/+10
2022-09-01Resolves: tdf#150370 Accept 'art-x-...' private-use input in language boxEike Rathke1-7/+14
2022-08-31Related: tdf#150370 Convert isValidBcp47() bool to enum LanguageTag::PrivateUseEike Rathke2-5/+6
2022-07-07i18nlangtag: replace tools::Long with longChris Sherlock1-2/+1
2022-06-06Resolves: tdf#147390 tag oc-FR to oc-FR-lengadoc, oc-ES to oc-ES-aranesEike Rathke2-3/+7
2022-05-26convertLanguageToLocaleImpl() speed-up a gazillion en-US fallback casesEike Rathke1-0/+10
2022-04-28use more string_view in i18nlangtagNoel Grandin1-14/+14
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-03-24loplugin:constantparamNoel Grandin1-2/+2
2022-01-26tdf#146602 Add Pennsylvania Dutch {pdc-US} 0x06AF to language listEike Rathke1-0/+1
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