Skip to content

Commit

Permalink
fix languageInfo.xml conversion to json
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Mels committed Nov 27, 2024
1 parent fccc7c2 commit 83e2281
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,14 @@ 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");

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

0 comments on commit 83e2281

Please sign in to comment.