qt5base-lts/util/local_database
Edward Welbourne 08cfd02312 Use python more competently in CLDR/qLocaleXML scripts
Make the python2 dependency explicit (sooner or later, python3 shall
be the default /bin/env python), make time-zone script executable (it
had a shebang).  Use triple-quoted strings, or single quotes, to avoid
extra backslashes, remove some simply spurious backslashes.  Use
generators rather than map or filter with lambdas and iterate rather
than duplicating code.  Clarify some comments.

Regenerated headers: this upates the date of generation, cuts back a
double-blank-line to single and skips a spurious trailing
comma-newline on an array's data.

Change-Id: I54439f0dec132865991fe5147d509cea0f9419a0
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2017-06-08 13:37:06 +00:00
..
testlocales Updated license headers 2016-01-21 18:55:18 +00:00
cldr2qlocalexml.py Use python more competently in CLDR/qLocaleXML scripts 2017-06-08 13:37:06 +00:00
cldr2qtimezone.py Use python more competently in CLDR/qLocaleXML scripts 2017-06-08 13:37:06 +00:00
dateconverter.py Updated license headers 2016-01-21 18:55:18 +00:00
enumdata.py Fix CLDR C++ generation to name "Han with Bopomofo" properly 2017-06-08 13:37:01 +00:00
formattags.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalexml2cpp.py Use python more competently in CLDR/qLocaleXML scripts 2017-06-08 13:37:06 +00:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xpathlite.py Updated license headers 2016-01-21 18:55:18 +00:00

local_database is used to generate qlocale data from the Common Locale Data Repository (The database for localized names (like date formats, country names etc)).