Skip to content

Commit

Permalink
CLDR-10397 Fix languageInfo.xml conversion to json
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanmels committed Nov 30, 2024
1 parent fccc7c2 commit f0b8996
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class LdmlConvertRules {
"pluralRanges:pluralRange:start",
"pluralRanges:pluralRange:end",
"pluralRules:pluralRule:count",
"languageMatches:languageMatch:desired",
"styleNames:styleName:subtype",
"styleNames:styleName:alt");

Expand Down Expand Up @@ -156,13 +155,15 @@ class LdmlConvertRules {
// in common/bcp47/*.xml
"keyword:key:name",

// transforms

// transforms
"transforms:transform:source",
"transforms:transform:target",
"transforms:transform:direction",
"transforms:transform:variant");
"transforms:transform:variant",

// in common/supplemental/languageInfo.xml
"languageMatches:languageMatch:desired",
"languageMatches:languageMatch:supported");

/**
* The set of element:attribute pair in which the attribute should be treated as value. All the
Expand Down

0 comments on commit f0b8996

Please sign in to comment.