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

New commits:
commit c57865b79654ddd19caad12a892701ca50745800
Author:     Mike Kaganski <[email protected]>
AuthorDate: Sun Jul 12 18:16:09 2020 +0300
Commit:     Mike Kaganski <[email protected]>
CommitDate: Sun Jul 12 21:22:04 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 <[email protected]>

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";
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to