[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - i18nlangtag/source

Eike Rathke erack at redhat.com
Wed Dec 18 16:07:26 PST 2013


 i18nlangtag/source/isolang/isolang.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 981ac4435369acb0c789c77b8ef5517f53fc2f3f
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
    (cherry picked from commit 164a8c409c2f070ee51ca4258585cf0c8579af51)

diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx
index 19f5fa9..e7f3dd0 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