[Libreoffice-commits] core.git: i18nlangtag/source
Eike Rathke
erack at redhat.com
Wed Dec 18 16:05:09 PST 2013
i18nlangtag/source/isolang/isolang.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 164a8c409c2f070ee51ca4258585cf0c8579af51
Author: Eike Rathke <erack at redhat.com>
Date: Thu Dec 19 01:02:34 2013 +0100
support ca_ES at valencia glibc locale modifier, fdo#68714
Change-Id: I2723ee4664844923d7c441cfd33c7bd767f1e7d3
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index 0cf8328..65a42ca 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
};
More information about the Libreoffice-commits
mailing list