From 31b7026f461017b1c30a9dd6bd3dd000b76e92fd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 24 Jul 2025 19:43:23 +0200 Subject: Fix jq query --- getfmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getfmt') 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 -- cgit v1.2.3