qt5base-lts/util/locale_database
Edward Welbourne 05e67fbcab Update to CLDR v38.1, adding Yukon Standard Time
No change to QLocale's data, one addition to the Windows time-zone
data. What was formerly "Us Mountain Standard time / Canada" is now
Yukon Standard Time.

Fixes: QTBUG-89784
Pick-to: 6.0 5.15
Change-Id: I4c9a23620e74ea379be8a4c5ba0896d35fe9b594
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2021-01-27 15:00:57 +01:00
..
testlocales
cldr2qlocalexml.py Update to CLDR v38.1, adding Yukon Standard Time 2021-01-27 15:00:57 +01:00
cldr2qtimezone.py Update to CLDR v38.1, adding Yukon Standard Time 2021-01-27 15:00:57 +01:00
cldr.py
dateconverter.py
enumdata.py
formattags.txt
ldml.py
localetools.py
qlocalexml2cpp.py
qlocalexml.py
README

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.

See cldr2qlocalexml.py for how to run it and qlocalexml2cpp.py to
update the locale data tables (principally text/qlocale_data_p.h and
time/q*calendar_data_p.h under src/corelib/). See enumdata.py for when
and how to update the data it provides. You shall definitely need to
pass --no-verify or -n to git commit for these changes.

See cldr2qtimezone.py on how to update tables of Windows-specific
names for zones and UTC-offset zone names.