aboutsummaryrefslogtreecommitdiffhomepage
path: root/getfmt
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-24 19:43:23 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-24 19:43:23 +0200
commit31b7026f461017b1c30a9dd6bd3dd000b76e92fd (patch)
tree4ef94c0ec2535ded339554be693232108e0bb5f0 /getfmt
parente39f697de925979585a2dffb34fa89ffd19bd048 (diff)
Fix jq query
Diffstat (limited to 'getfmt')
-rwxr-xr-xgetfmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/getfmt b/getfmt
index a8143a2..dafd3c0 100755
--- a/getfmt
+++ b/getfmt
@@ -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