[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - setup_native/source

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 13 00:43:39 UTC 2020


 setup_native/source/win32/customactions/sellang/sellang.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d66e9c4680e86a0e2afe2606869db91d7159345e
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sun Jul 12 18:16:09 2020 +0300
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Jul 13 02:42:57 2020 +0200

    tdf#134748: handle Kazakh language in langid_to_string
    
    Change-Id: I8829597b7e90ea52dc4a4bdd88cd07730a0c4f12
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98600
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
    (cherry picked from commit c57865b79654ddd19caad12a892701ca50745800)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98466
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/setup_native/source/win32/customactions/sellang/sellang.cxx b/setup_native/source/win32/customactions/sellang/sellang.cxx
index 8740b86a4757..3154e1190e41 100644
--- a/setup_native/source/win32/customactions/sellang/sellang.cxx
+++ b/setup_native/source/win32/customactions/sellang/sellang.cxx
@@ -97,6 +97,7 @@ langid_to_string( LANGID langid )
     case LANG_ITALIAN: return "it";
     case LANG_JAPANESE: return "ja";
     case LANG_GEORGIAN: return "ka";
+    case LANG_KAZAK: return "kk";
     case LANG_KHMER: return "km";
     case LANG_KANNADA: return "kn";
     case LANG_KOREAN: return "ko";


More information about the Libreoffice-commits mailing list