summaryrefslogtreecommitdiffstats
path: root/util/locale_database/cldr.py
Commit message (Expand)AuthorAgeFilesLines
* Use dict comprehensions more in cldr.py and qlocalexml.pyEdward Welbourne2024-04-221-6/+5
* Tweak the message for variantsEdward Welbourne2024-04-221-1/+5
* Minor tidy-up of CldrAccess.__enumMap: revise comment, modernize codeEdward Welbourne2024-02-131-5/+5
* Use CLDR's names in QLocale::*ToName() for language, script, territoryEdward Welbourne2023-08-091-0/+3
* Break clashing-names test function out of CldrAccess.__checkEnum()Edward Welbourne2023-08-091-17/+5
* Tweak lookup of en.xml names for languages, scripts and territoriesEdward Welbourne2023-08-031-4/+7
* Canonicalize space in lists of IANA time-zonesEdward Welbourne2023-08-021-1/+1
* Ignore parentLocales nodes with component="..." attributesEdward Welbourne2023-08-011-1/+2
* Fix trivial typo in cldr.py doc-stringEdward Welbourne2022-09-141-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-28/+2
* locale_database: Use pathlib to manipulate paths in Python codeIevgenii Meshcheriakov2021-07-191-28/+26
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-161-16/+16
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-151-5/+5
* Convert CLDR scripts to Python 3Ievgenii Meshcheriakov2021-07-151-6/+6
* cldr.py: Avoid raising StopIteration from generatorsIevgenii Meshcheriakov2021-07-091-5/+10
* Nomenclature change: s/countr/territor/g in locale scriptsEdward Welbourne2021-05-261-46/+46
* Rename util/locale_database/enumdata.py's various *_list to *_mapEdward Welbourne2021-05-261-9/+9
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-2/+2
* Check our enumdata.py tables are consistent with CLDREdward Welbourne2020-11-081-3/+68
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-5/+0
* Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-021-6/+57
* Rework cldr2qlocalexml.py's reading of CLDR dataEdward Welbourne2020-04-021-4/+494
* Move cldr2qtimezone.py's CLDR-reading to a CldrAccess classEdward Welbourne2020-04-021-0/+182