summaryrefslogtreecommitdiffstats
path: root/util/locale_database/README
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-10-08 14:02:18 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-10-09 14:39:55 +0200
commit48ab30e02aead35b1258400ae4574cba465940e2 (patch)
tree57f981c24380e0d6f8b1776ebd689901b4cb3605 /util/locale_database/README
parent4de97909b20ca86145c4e8f6d33f12f193ec218e (diff)
Update util/locale_database/'s README and timezone script instructions
The script told me the wrong path to pass as first argument, so correct that; and the README didn't mention the need to run it. CLDR v37 makes no change to the actual generated data, though. Tweaked wording of a comment in the script. Task-number: QTBUG-84669 Change-Id: I56b510c666f414d9719cef650aeec6192c4fde6e Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'util/locale_database/README')
-rw-r--r--util/locale_database/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/locale_database/README b/util/locale_database/README
index 8654968d66..f55e53faa6 100644
--- a/util/locale_database/README
+++ b/util/locale_database/README
@@ -3,3 +3,6 @@ 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 cldr2qtimezone.py on how to update tables of Windows-specific
+names for zones and UTC-offset zone names.