diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-05-14 15:03:32 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-05-18 12:44:07 (GMT) |
commit | d4dae6afef39a5ea94a0164b44e3b57394c7dbbc (patch) | |
tree | d3f64e35519b41965093b1a46a5a18323a9b52c2 /src/corelib/tools | |
parent | 28ad286c3e2df7e391d4e5cbe41958c9be12d900 (diff) | |
download | Qt-d4dae6afef39a5ea94a0164b44e3b57394c7dbbc.zip Qt-d4dae6afef39a5ea94a0164b44e3b57394c7dbbc.tar.gz Qt-d4dae6afef39a5ea94a0164b44e3b57394c7dbbc.tar.bz2 |
Added Korean and Nynorsk locales support on Symbian.
Task-number: QT-3368
Task-number: QT-3370
Reviewed-by: Thiago Macieira
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qlocale_symbian.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qlocale_symbian.cpp b/src/corelib/tools/qlocale_symbian.cpp index 6e36dcd..5af2cd9 100644 --- a/src/corelib/tools/qlocale_symbian.cpp +++ b/src/corelib/tools/qlocale_symbian.cpp @@ -104,6 +104,7 @@ static const symbianToISO symbian_to_iso_list[] = { { ELangSwedish, "sv_SE" }, { ELangDanish, "da_DK" }, { ELangNorwegian, "no_NO" }, + { ELangNorwegianNynorsk, "nn_NO" }, { ELangFinnish, "fi_FI" }, { ELangAmerican, "en_US" }, { ELangPortuguese, "pt_PT" }, @@ -144,6 +145,7 @@ static const symbianToISO symbian_to_iso_list[] = { { ELangUkrainian, "uk_UA" }, { ELangUrdu, "ur_PK" }, // India/Pakistan { ELangVietnamese, "vi_VN" }, + { ELangKorean, "ko_KO" }, #ifdef __E32LANG_H__ // 5.0 { ELangBasque, "eu_ES" }, |