summaryrefslogtreecommitdiffstats
path: root/util/locale_database/README
diff options
context:
space:
mode:
Diffstat (limited to 'util/locale_database/README')
-rw-r--r--util/locale_database/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/locale_database/README b/util/locale_database/README
index f55e53faa6..b910d36f2a 100644
--- a/util/locale_database/README
+++ b/util/locale_database/README
@@ -4,5 +4,11 @@ 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.