diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-24 19:43:23 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-24 19:43:23 +0200 |
commit | 31b7026f461017b1c30a9dd6bd3dd000b76e92fd (patch) | |
tree | 4ef94c0ec2535ded339554be693232108e0bb5f0 | |
parent | e39f697de925979585a2dffb34fa89ffd19bd048 (diff) |
Fix jq query
-rwxr-xr-x | getfmt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ date) ;; number) url='https://raw.githubusercontent.com/unicode-org/cldr-json/refs/heads/main/cldr-json/cldr-numbers-full/main/$l/numbers.json' - qry='.main.[$l].numbers.["decimalFormats-numberSystem-latn"].standard' + qry='"1\(.main.[$l].numbers.["symbols-numberSystem-latn"].group)234\(.main.[$l].numbers.["symbols-numberSystem-latn"].decimal)00"' ;; *) usage |