i18nlangtag/source/isolang/isolang.cxx | 1 + include/i18nlangtag/lang.h | 1 + svtools/source/misc/langtab.src | 1 + 3 files changed, 3 insertions(+)
New commits: commit a0e60062d90652a3de5739630b152cd6215b6b6c Author: Eike Rathke <er...@redhat.com> Date: Fri Aug 26 12:54:50 2016 +0200 add Old Hungarian (Hungarian Rovas) [hu-Hung-HU] to language list, tdf#97406 Change-Id: I1804a08c69d496d6d1a7a8bb657b65fbfc24beb3 diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index ee2de00..ba440df 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -747,6 +747,7 @@ static IsoLanguageScriptCountryEntry const aImplIsoLangScriptEntries[] = { LANGUAGE_USER_CREE_PLAINS_SYLLABICS, "crk-Cans", "CA", 0 }, { LANGUAGE_USER_CREE_PLAINS_LATIN, "crk-Latn", "CN", kSAME }, // erroneous tdf#73973 { LANGUAGE_USER_CREE_PLAINS_SYLLABICS, "crk-Cans", "CN", kSAME }, // erroneous tdf#73973 + { LANGUAGE_USER_HUNGARIAN_RUNIC, "hu-Hung", "HU", 0 }, { LANGUAGE_DONTKNOW, "", "" , 0 } // marks end of table }; diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h index 48772ab..68648d8 100644 --- a/include/i18nlangtag/lang.h +++ b/include/i18nlangtag/lang.h @@ -717,6 +717,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_ENGLISH_MAURITIUS 0x9C09 /* makeLangID( 0x27, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */ #define LANGUAGE_USER_FRENCH_MAURITIUS 0x900C /* makeLangID( 0x24, getPrimaryLanguage( LANGUAGE_FRENCH)) */ #define LANGUAGE_USER_SILESIAN 0x0699 +#define LANGUAGE_USER_HUNGARIAN_RUNIC 0x800E /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_HUNGARIAN)) */ /* XXX Add new user defined LCIDs ^^^ there. diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index f8c2211..7f743f8 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -402,6 +402,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE < "English (Mauritius)" ; LANGUAGE_USER_ENGLISH_MAURITIUS ; > ; < "French (Mauritius)" ; LANGUAGE_USER_FRENCH_MAURITIUS ; > ; < "Silesian" ; LANGUAGE_USER_SILESIAN ; > ; + < "Old Hungarian (Hungarian Rovas)" ; LANGUAGE_USER_HUNGARIAN_RUNIC ; > ; }; }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits