i18nlangtag/source/isolang/isolang.cxx |    1 +
 include/i18nlangtag/lang.h             |    1 +
 svtools/inc/langtab.hrc                |    3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 083c93d406a9653922e9510509333f7ee64049fa
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Wed Jan 26 15:47:58 2022 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Wed Jan 26 17:03:52 2022 +0100

    tdf#146602 Add Pennsylvania Dutch {pdc-US} 0x06AF to language list
    
    Change-Id: Icc4ed353c1bad53c2e2bf85fc098a50d66ee5b33
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128988
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/i18nlangtag/source/isolang/isolang.cxx 
b/i18nlangtag/source/isolang/isolang.cxx
index 5d0a23c1f6d7..e8a50c6ea02f 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -673,6 +673,7 @@ IsoLanguageCountryEntry const aImplIsoLangEntries[] =
     { LANGUAGE_USER_SESOTHO_LESOTHO,        "st", "LS", k0    },
     { LANGUAGE_USER_KLINGON,               "tlh", ""  , k0    },
     { LANGUAGE_USER_ENGLISH_ISRAEL,         "en", "IL", k0    },
+    { LANGUAGE_USER_PENNSYLVANIA_DUTCH,    "pdc", "US", k0    },
     { LANGUAGE_MULTIPLE,                   "mul", ""  , k0    },    // 
multiple languages, many languages are used
     { LANGUAGE_UNDETERMINED,               "und", ""  , k0    },    // 
undetermined language, language cannot be identified
     { LANGUAGE_NONE,                       "zxx", ""  , k0    },    // added 
to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic 
information
diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h
index 39f9abf8de56..0e4c6d23a9b4 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -773,6 +773,7 @@ namespace o3tl
 #define LANGUAGE_USER_ENGLISH_ISRAEL        LanguageType(0xB409)  /* 
makeLangID( 0x2D, getPrimaryLanguage( LANGUAGE_ENGLISH_US)) */
 #define LANGUAGE_USER_INTERSLAVIC_LATIN     LanguageType(0x06AD)
 #define LANGUAGE_USER_INTERSLAVIC_CYRILLIC  LanguageType(0x06AE)
+#define LANGUAGE_USER_PENNSYLVANIA_DUTCH    LanguageType(0x06AF)
 
 
 /* XXX Add new user defined LCIDs ^^^ there.
diff --git a/svtools/inc/langtab.hrc b/svtools/inc/langtab.hrc
index 9241485e2a7e..944ebecd9ab8 100644
--- a/svtools/inc/langtab.hrc
+++ b/svtools/inc/langtab.hrc
@@ -436,7 +436,8 @@ const std::pair<TranslateId, LanguageType> 
STR_ARR_SVT_LANGUAGE_TABLE[] =
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Klingon") , LANGUAGE_USER_KLINGON },
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "English (Israel)") , 
LANGUAGE_USER_ENGLISH_ISRAEL },
     { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Interslavic Latin") , 
LANGUAGE_USER_INTERSLAVIC_LATIN },
-    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Interslavic Cyrillic") , 
LANGUAGE_USER_INTERSLAVIC_CYRILLIC }
+    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Interslavic Cyrillic") , 
LANGUAGE_USER_INTERSLAVIC_CYRILLIC },
+    { NC_("STR_ARR_SVT_LANGUAGE_TABLE", "Pennsylvania Dutch") , 
LANGUAGE_USER_PENNSYLVANIA_DUTCH }
 };
 
 

Reply via email to