summaryrefslogtreecommitdiff
path: root/i18nlangtag
AgeCommit message (Expand)AuthorFilesLines
2013-09-13added description of changes to helpcontent2Eike Rathke1-0/+6
2013-09-12special case for Pali 'pi-Latn' vs 'pli', fdo#41599 relatedEike Rathke2-2/+10
2013-09-12added known unhandled to IsoLanguageScriptCountryEntryEike Rathke1-5/+5
2013-09-12set some mbOverrideExists flagsEike Rathke1-7/+7
2013-09-12adapted comment to realityEike Rathke1-2/+2
2013-09-12include legacy tags in fallback stringsEike Rathke2-12/+74
2013-09-12sr-CS takes precedence over sr-YUEike Rathke1-3/+3
2013-09-12added description of changes to extrasEike Rathke1-0/+11
2013-09-12actually check against maBcp47 instead of aVec[0]Eike Rathke1-11/+12
2013-09-12aVec may be empty, do not unconditionally access aVec[0]Eike Rathke1-10/+10
2013-09-12added dictionary change descriptionEike Rathke1-0/+6
2013-09-10added description of tag change processEike Rathke1-1/+65
2013-09-10changed all 'sh' language to 'sr-Latn'Eike Rathke3-18/+61
2013-09-10added ca-ES-valencia fallback to ca-XV fallback stringsEike Rathke2-3/+14
2013-09-10added overrides for fallbacks of legacy codesEike Rathke2-431/+470
2013-09-10include language-only in ISO-only fallback stringsEike Rathke2-0/+6
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke2-14/+15
2013-09-05for all other zh-XX also list zh-CN as fallbackEike Rathke1-3/+9
2013-09-04for zh-HK or zh-MO also list zh-TW as fallbackEike Rathke1-0/+5
2013-09-04added comment about ca-ES-valencia precedenceEike Rathke1-0/+1
2013-09-04ditched LANGUAGE_SERBIAN 'sr' primary-onlyEike Rathke1-1/+0
2013-09-04renamed ca-XV to ca-valencia and activated ca-ES-valencia, fdo#59867 relatedEike Rathke3-33/+16
2013-09-04use Bcp47CountryEntryEike Rathke1-0/+36
2013-09-03'qtz' is a known no-country localeEike Rathke1-0/+1
2013-09-03added convertToLocaleWithFallback()Eike Rathke1-0/+7
2013-09-03added convertToLanguageTypeWithFallback()Eike Rathke1-0/+7
2013-09-03resolve all known fallbacksEike Rathke2-2/+41
2013-09-03simplified simpleExtract() and made some cases workEike Rathke1-26/+23
2013-09-02simpleExtract() with variantsEike Rathke1-28/+115
2013-09-01WaE: control may reach end of non-void functionTor Lillqvist1-0/+1
2013-08-30removed LanguageTag(OUString,OUString) ctorEike Rathke1-21/+0
2013-08-30originally was convertIsoNamesToLanguage(), use makeFallback()Eike Rathke1-1/+1
2013-08-30take a shortcut for unknown "x-..." or "i-..."Eike Rathke1-3/+4
2013-08-30microoptimizationEike Rathke1-3/+3
2013-08-30liblangtag: harmonize ENABLE_* variable to use TRUE/<nothing>Norbert Thiebaud2-2/+2
2013-08-30fixed CppunitTest_sw_rtfimport, {LANGUAGE_FRENCH,"fr",""} catcher neededEike Rathke1-0/+1
2013-08-30disentangled the LANGUAGE_CHINESE messEike Rathke1-9/+9
2013-08-29isKorean() never returned trueEike Rathke1-2/+2
2013-08-29Pali should be ISO 639-1 'pi' not 639-3 'pli'Eike Rathke1-1/+2
2013-08-29added LANGUAGE_KASHMIRI as "known no country" localeEike Rathke1-1/+2
2013-08-29LANGUAGE_KASHMIRI is not a primary-only LangIDEike Rathke1-2/+1
2013-08-29removed primary-only LANGUAGE_URDUEike Rathke2-4/+2
2013-08-29removed unused primary-only LANGUAGE_AZERIEike Rathke1-2/+1
2013-08-29removed unused primary-only LANGUAGE_MALAYEike Rathke1-2/+1
2013-08-29removed second LANGUAGE_FRENCH mapping to language-onlyEike Rathke1-1/+0
2013-08-29convertLanguageToLocale: last resort en-US if resolve requestedEike Rathke1-0/+8
2013-08-29adapted commentsEike Rathke1-9/+11
2013-08-29these FIXME comments are now obsoleteEike Rathke1-12/+0
2013-08-29handle variants in replacement codeEike Rathke2-36/+104
2013-08-29don't leak variantsEike Rathke1-1/+4