summaryrefslogtreecommitdiff
path: root/i18nlangtag/source
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Fix for old GCCStephan Bergmann1-1/+1
2017-09-05Map MS malformed es-ES_tradnl to proper BCP 47 es-ES-u-co-trad, tdf#83190Eike Rathke2-6/+2
2017-09-05Introduce LanguageTag::getBcp47MS() for writing MS malformed tags, tdf#83190Eike Rathke1-0/+8
2017-07-21replace localestr with a script for the supported translation targetsCaolán McNamara1-20/+0
2017-07-21migrate to boost::gettextCaolán McNamara2-6/+46
2017-07-17loplugin:unnecessaryparen: i18nlangtag (clang-cl)Stephan Bergmann1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-3/+3
2017-06-19Add Kituba (Democratic Republic of the Congo) [ktu-CD] to language listEike Rathke1-0/+1
2017-06-05spelling instanciate -> instantiateNoel Grandin1-1/+1
2017-05-08Make kSAME constexpr and move k0 to the same place.Eike Rathke1-2/+2
2017-05-08Whatever LANGUAGE_SYSTEM may be in future, this has to be 0Eike Rathke1-1/+1
2017-05-08Adapt to reality, defines are LanguageType strong_intEike Rathke1-7/+7
2017-04-26use strong_int for LanguageTypeNoel Grandin3-854/+795
2017-04-24loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin1-1/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin1-3/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-3/+3
2017-03-15tdf#105448 add Xibe [sjo-CN] to language list (and remove Sibe [nco-PG])Eike Rathke2-1/+2
2017-03-14tdf#100462 prefer en-GB-oxendict over en-GB-oedEike Rathke2-13/+42
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-24Always enable liblangtagKhaled Hosny2-599/+0
2017-01-30tdf#105448 add Sibe [nco-PG] to language listEike Rathke1-0/+1
2017-01-30tdf#105448 add Manchu [mnc-CN] to language list (CTL)Eike Rathke2-0/+2
2017-01-10New loplugin:conststringvar: i18nlangtagStephan Bergmann1-2/+2
2016-12-08loplugin:staticanonymousTor Lillqvist1-30/+30
2016-12-08loplugin:overrideTor Lillqvist1-9/+9
2016-12-08loplugin:nullptrTor Lillqvist1-27/+27
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: i18nlangtagStephan Bergmann1-2/+2
2016-11-17Fix tdf#103855 add language codes and names to language lists from extensionsMartin Hosken2-1/+70
2016-08-29name it Hungarian Rovas, tdf#97406 follow-upEike Rathke2-3/+3
2016-08-29Resolves: tdf#95162 Hung is RTL/CTLEike Rathke1-0/+2
2016-08-26add Old Hungarian (Hungarian Rovas) [hu-Hung-HU] to language list, tdf#97406Eike Rathke1-0/+1
2016-08-16Resolves: tdf#101540 add Silesian [szl-PL] to language listEike Rathke1-0/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-10/+10
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-25add English (Mauritius) [en-MU] and French (Mauritius) [fr-MU], tdf#99372Eike Rathke1-0/+2
2016-04-21handle 'C' locale in simpleExtract()Eike Rathke1-3/+25
2016-04-21also exclude the "specific English" table from mapping to LanguageTagEike Rathke1-8/+8
2016-04-20explicitly map 'C' locale and other known definitions to LanguageTagEike Rathke2-29/+57
2016-04-14Resolves: tdf#73973 it's [crk-Latn-CA] and [crk-Cans-CA]Eike Rathke1-2/+4
2016-04-04loplugin:constantparam in i18nlangtagNoel Grandin1-3/+3
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-20/+6
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock4-23/+0
2016-01-27tdf#97386 add Apatani [apt-IN] to language listEike Rathke1-0/+1
2016-01-22tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]Eike Rathke1-2/+2
2016-01-08tdf#96647 add Interlingue Occidental [ie] to language listEike Rathke1-0/+2
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-13/+13