summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-03-11 17:12:33 +0100
committerEdward Welbourne <eddy@chaos.org.uk>2020-03-16 08:51:46 +0100
commitebcd8e16dbdb975b78bf521748067f963a3b26fe (patch)
tree1eb08826355bfd7d4b5fa3677a7cf7409f4e1a36 /util
parentd6ddd2125715f8251e1cfec99109f789a1aaaffb (diff)
Deduplicate day-name data in QLocaleXML files
This is a follow-up to commit ebb0212133bd91f1da4931b29eb1d33fb77b1444. The day name data appeared twice in the XML files. Skip the second copy, saving 8.8% of the intermediate file-size. This makes no change to generated QLocale data. Change-Id: Ic2cc543a2a85cbb1d2d47ebac7df4fa9ad6ee0a7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/locale_database/qlocalexml.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/locale_database/qlocalexml.py b/util/locale_database/qlocalexml.py
index 187227886f..87e356b8a7 100644
--- a/util/locale_database/qlocalexml.py
+++ b/util/locale_database/qlocalexml.py
@@ -200,8 +200,6 @@ class Locale:
'weekendStart', 'weekendEnd',
'longDateFormat', 'shortDateFormat',
'longTimeFormat', 'shortTimeFormat',
- 'longDays', 'shortDays', 'narrowDays',
- 'standaloneLongDays', 'standaloneShortDays', 'standaloneNarrowDays',
'currencyIsoCode', 'currencySymbol', 'currencyDisplayName',
'currencyFormat', 'currencyNegativeFormat'
) + tuple(self.propsMonthDay('days')) + tuple(