Commit dc86dcb
authored
supplementalData.xml lists the top territories for languages under the `<languageData>` area -- however it's not clear and it's best for people to consume the data from `<territoryInfo>` directly.
This quickly removes the territory information -- but there is additional cleanup to do. I just wanted to get this simple change out there to see how many breaks.
CLDR-5708
Scripts ran
```
mvn package -DskipTests=true && java -jar tools/cldr-code/target/cldr-code.jar ConvertLanguageData && java -jar tools/cldr-code/target/cldr-code.jar GenerateLikelySubtags && java -jar tools/cldr-code/target/cldr-code.jar GenerateTestData
```
1 parent a5c7b1e commit dc86dcb
File tree
6 files changed
+174
-487
lines changed- common
- dtd
- supplemental
- docs/site/downloads
- tools/cldr-code/src/main/java/org/unicode/cldr
- tool
- util
6 files changed
+174
-487
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | 196 | | |
198 | 197 | | |
199 | 198 | | |
| |||
0 commit comments