diff options
author | Eike Rathke <erack@redhat.com> | 2013-12-19 01:02:34 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-12-19 01:04:46 +0100 |
commit | 164a8c409c2f070ee51ca4258585cf0c8579af51 (patch) | |
tree | cec76a8a917502db6951924aa29963ad5b01f7af | |
parent | 65e6d651ceef55f569521a4f4e609f7e5e88847b (diff) |
support ca_ES@valencia glibc locale modifier, fdo#68714
Change-Id: I2723ee4664844923d7c441cfd33c7bd767f1e7d3
-rw-r--r-- | i18nlangtag/source/isolang/isolang.cxx | 1 |
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 }; |