qt5base-lts/util/local_database
Konstantin Ritt 7ae4ffa0e0 [locale database utility] Fix inheritance chain
Locales with an explicit parent locale should not inherit
the language-default locale.
For example, a correct chain for zh_Hant_MO is:
  zh_Hant_MO -> zh_Hant_HK -> zh_Hant -> root
(two fixups: zh_Hant_HK and root, so that do not inherit zh)

Fortunately, this didn't do any difference in a generated data.

Change-Id: I92e09a95bd86f8723d8fe993f57d99af6f50db5e
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2015-03-23 07:08:24 +00:00
..
testlocales Update copyright headers 2015-02-11 06:49:51 +00:00
cldr2qlocalexml.py Fixed license headers 2015-02-17 18:46:09 +00:00
cldr2qtimezone.py Fixed license headers 2015-02-17 18:46:09 +00:00
dateconverter.py Fixed license headers 2015-02-17 18:46:09 +00:00
enumdata.py Fixed license headers 2015-02-17 18:46:09 +00:00
formattags.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalexml2cpp.py Fixed license headers 2015-02-17 18:46:09 +00:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xpathlite.py [locale database utility] Fix inheritance chain 2015-03-23 07:08:24 +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)).