summaryrefslogtreecommitdiffstats
path: root/util/locale_database/ldml.py
Commit message (Expand)AuthorAgeFilesLines
* Document LocaleScanner's constructorEdward Welbourne2024-02-081-0/+7
* Move special-case LDML value to a module globalEdward Welbourne2024-01-291-2/+4
* ldml.LocaleScanner.__find(): only Error if no matches foundEdward Welbourne2024-01-291-9/+15
* Package DOM attributes for Node objectsEdward Welbourne2024-01-291-3/+8
* Prepare to support taking CLDR data from its github upstreamEdward Welbourne2024-01-191-1/+4
* Cope with CLDR data conflict decimal == groupEdward Welbourne2023-08-011-1/+7
* Ignore parentLocales nodes with component="..." attributesEdward Welbourne2023-08-011-3/+16
* Record a recent discovery: Suzhou isn't hanidecEdward Welbourne2023-02-281-1/+2
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-27/+2
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-161-44/+40
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-151-2/+2
* Convert CLDR scripts to Python 3Ievgenii Meshcheriakov2021-07-151-3/+3
* Nomenclature change: s/countr/territor/g in locale scriptsEdward Welbourne2021-05-261-7/+7
* QLocale: simplify currency display name lookupEdward Welbourne2020-11-171-7/+13
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-2/+4
* Support digit-grouping correctlyEdward Welbourne2020-07-141-0/+31
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-8/+9
* Check all matches for each XPath when searchingEdward Welbourne2020-04-021-63/+67
* Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-1/+1
* Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-021-15/+40
* Take number system into account in currency format look-upEdward Welbourne2020-04-021-1/+6
* Rework cldr2qlocalexml.py's reading of CLDR dataEdward Welbourne2020-04-021-18/+432
* Move cldr2qtimezone.py's CLDR-reading to a CldrAccess classEdward Welbourne2020-04-021-0/+140