summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-19 01:02:34 +0100
committerEike Rathke <erack@redhat.com>2013-12-19 01:04:46 +0100
commit164a8c409c2f070ee51ca4258585cf0c8579af51 (patch)
treecec76a8a917502db6951924aa29963ad5b01f7af /i18nlangtag
parent65e6d651ceef55f569521a4f4e609f7e5e88847b (diff)
support ca_ES@valencia glibc locale modifier, fdo#68714
Change-Id: I2723ee4664844923d7c441cfd33c7bd767f1e7d3
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/isolang/isolang.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index 0cf8328737eb..65a42caabead 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -1359,6 +1359,7 @@ static IsoLangGLIBCModifiersEntry const aImplIsoLangGLIBCModifiersEntries[] =
{ LANGUAGE_SERBIAN_LATIN_LSO, "sr", "", "latin" },
{ LANGUAGE_AZERI_CYRILLIC, "az", "AZ", "cyrillic" },
{ LANGUAGE_UZBEK_CYRILLIC, "uz", "UZ", "cyrillic" },
+ { LANGUAGE_CATALAN_VALENCIAN, "ca", "ES", "valencia" },
{ LANGUAGE_DONTKNOW, "", "", "" } // marks end of table
};