summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-11-23 12:18:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-24 06:15:25 +0100
commitdec4eb7eccb846ccf41c764f00747a48caf1c403 (patch)
tree6c180a35337f32115fd6a82e193243065c377ec5 /src/corelib/tools/qlocale.cpp
parent3c0ac5208111c85c405ba1ee6ce3189a6c4e1236 (diff)
[SIC] QLocale: Update some language names with their modern values
Some of them were incorrectly spelled (for a while) Change-Id: I871968e3bbdd2172f4c4dfb6e74729c05e7e8e01 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qlocale.cpp')
-rw-r--r--src/corelib/tools/qlocale.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp
index c49b3e0fff..f116dab401 100644
--- a/src/corelib/tools/qlocale.cpp
+++ b/src/corelib/tools/qlocale.cpp
@@ -727,9 +727,9 @@ QLocale::QLocale(QLocalePrivate &dd)
"language[_script][_country][.codeset][@modifier]" or "C", where:
\list
- \li language is a lowercase, two-letter, ISO 639 language code,
+ \li language is a lowercase, two-letter, ISO 639 language code (also some three-letter codes),
\li script is a titlecase, four-letter, ISO 15924 script code,
- \li country is an uppercase, two- or three-letter, ISO 3166 country code (also "419" as defined by United Nations),
+ \li country is an uppercase, two-letter, ISO 3166 country code (also "419" as defined by United Nations),
\li and codeset and modifier are ignored.
\endlist