diff --git a/tools/cldr-code/src/main/resources/org/unicode/cldr/json/pathTransforms.txt b/tools/cldr-code/src/main/resources/org/unicode/cldr/json/pathTransforms.txt index 6f33094a096..7ced86c7934 100644 --- a/tools/cldr-code/src/main/resources/org/unicode/cldr/json/pathTransforms.txt +++ b/tools/cldr-code/src/main/resources/org/unicode/cldr/json/pathTransforms.txt @@ -34,6 +34,10 @@ < (.*/ellipsis)\[@type="([^"]*)"\](.*)$ > $1/$2$3 +# move datetimeSkeleton to a separate path +< (.*/calendars)/calendar\[@type="([^"]*)"\](.*)Length\[@type="([^"]*)"\]/(date|time|dateTime)Format\[@type="([^"]*)"\]/datetimeSkeleton(.*) +> $1/$2/$5Formats/$4-datetimeSkeleton$7 + # Remove unnecessary dateFormat/pattern < (.*/calendars)/calendar\[@type="([^"]*)"\](.*)Length\[@type="([^"]*)"\]/(date|time|dateTime)Format\[@type="([^"]*)"\]/pattern\[@type="([^"]*)"\](.*) > $1/$2/$5Formats/$4$8