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:06:57 +0100
commit981ac4435369acb0c789c77b8ef5517f53fc2f3f (patch)
tree1f57af31ef2ae452368feb95dd7608fe08233b0d /i18nlangtag
parent8d00de2114f148857291aee9a5dc31e92597412d (diff)
support ca_ES@valencia glibc locale modifier, fdo#68714
Change-Id: I2723ee4664844923d7c441cfd33c7bd767f1e7d3 (cherry picked from commit 164a8c409c2f070ee51ca4258585cf0c8579af51)
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 19f5fa956a95..e7f3dd0032bd 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
};