qt5base-lts/util/local_database
Edward Welbourne 6a4875f0d1 Replace three functions with one simpler function
load{Language,Script,Country}Map() were all structurally very similar,
so replace them with a single loadMap() that takes a second argument
to say *which* map to load.  At the same time, use a dict
comprehension to simplify constructing the result.

Change-Id: Ie43a71156010277200543a8937056efd35251955
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2017-06-09 08:24:40 +00:00
..
testlocales Updated license headers 2016-01-21 18:55:18 +00:00
cldr2qlocalexml.py Simplify cldr2qlocalexml.integrateWeekData() 2017-06-09 08:24:22 +00:00
cldr2qtimezone.py Made the "do not edit generated code" notice clearer 2017-06-08 13:37:21 +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
localexml.py Rework locale serialization and parsing with less repetition 2017-06-09 08:24:08 +00:00
qlocalexml2cpp.py Replace three functions with one simpler function 2017-06-09 08:24:40 +00:00
README
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)).