qt5base-lts/util/locale_database
Edward Welbourne 43f64b4dc8 Update CLDR to v36
Released on October 4th.
Adds Windows names for two time zones, Qyzylorda and Volgograd.
Added languages Chickasaw (cic), Muscogee (mus) and Silesian (szl).

Norwegian number formatting has flipped back to using colon rather
than dot as time separator; it's flipped back and forth over the last
several CLDR releases.  The dot form is present as a variant, the
colon form was long given as the normal pattern, then went away; but
now it's back as a contributed draft and that's what we pick up.

The MS-Win time-zone ID script was iterating a dict, causing random
reshuffling when new entries are added. Fixed that by doing the
critical iteration in sorted order.

Omitted locales ccp_BD and ccp_IN due to QTBUG-69324.

Task-number: QTBUG-79418
Change-Id: I43869ee1810ecc1fe876523947ddcbcddf4e550a
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2019-10-25 11:44:48 +02:00
..
testlocales
cldr2qlocalexml.py Add support for the Islamic Civil calendar 2019-08-22 10:10:02 +00:00
cldr2qtimezone.py Update CLDR to v36 2019-10-25 11:44:48 +02:00
dateconverter.py
enumdata.py Update CLDR to v36 2019-10-25 11:44:48 +02:00
formattags.txt
localexml.py Add support for the Islamic Civil calendar 2019-08-22 10:10:02 +00:00
qlocalexml2cpp.py Correct some references to corelib/tools/ to say corelib/text/ 2019-10-25 11:44:27 +02:00
README
xpathlite.py

locale_database is used to generate qlocale data from CLDR.

CLDR is the Common Locale Data Repository, a database for localized
data (like date formats, country names etc).  It is provided by the
Unicode consortium.