diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-05-03 14:22:43 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-05-04 10:28:24 (GMT) |
commit | c6808af66d45541546b30c8e6de155b9812b4ef9 (patch) | |
tree | c47dbc148adbbd8e225505bd49ff6da4046af161 | |
parent | 93233fc811920002d5b5b8272d9b5b8d5d3e2b98 (diff) | |
download | Qt-c6808af66d45541546b30c8e6de155b9812b4ef9.zip Qt-c6808af66d45541546b30c8e6de155b9812b4ef9.tar.gz Qt-c6808af66d45541546b30c8e6de155b9812b4ef9.tar.bz2 |
Added Kazakh language to the QLocale mapping table on Symbian.
Reviewed-by: trustme
-rw-r--r-- | src/corelib/tools/qlocale_symbian.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qlocale_symbian.cpp b/src/corelib/tools/qlocale_symbian.cpp index 3ed10f9..abd1da2 100644 --- a/src/corelib/tools/qlocale_symbian.cpp +++ b/src/corelib/tools/qlocale_symbian.cpp @@ -133,6 +133,7 @@ static const symbianToISO symbian_to_iso_list[] = { { ELangHebrew, "he_IL", "he" }, // 57 { ELangHindi, "hi_IN", "hi" }, // 58 { ELangIndonesian, "id_ID", "id" }, // 59 + { 63/*ELangKazakh*/, "kk_KZ", "kk" }, // 63 { ELangKorean, "ko_KO", "ko" }, // 65 { ELangLatvian, "lv_LV", "lv" }, // 67 { ELangLithuanian, "lt_LT", "lt" }, // 68 |