Skip to content

Commit 701a387

Browse files
srl295pedberg-icu
authored andcommitted
CLDR-19045 v48: skip rgScope in cldr-json, see CLDR-19029 (#5156)
(cherry picked from commit acd6d88)
1 parent 0dc4779 commit 701a387

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/site/downloads/cldr-48.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ For a full listing, see [Transforms Delta].
292292
}
293293
```
294294

295+
- The `rgScope` values are now approved, but they are not output in cldr-json at present.
296+
See [CLDR-19029] for a discussion of the issue.
297+
295298
The `ar-OrdinalRules.txt` file contains all rules for this locale:
296299

297300
%digits-ordinal:
@@ -374,6 +377,7 @@ For web pages with different views of CLDR data, see [http://cldr.unicode.org/in
374377
[CLDR-18894]: https://unicode-org.atlassian.net/browse/CLDR-18894
375378
[CLDR-18934]: https://unicode-org.atlassian.net/browse/CLDR-18934
376379
[CLDR-18956]: https://unicode-org.atlassian.net/browse/CLDR-18956
380+
[CLDR-19029]: https://unicode-org.atlassian.net/browse/CLDR-19029
377381
[CLDR-19046]: https://unicode-org.atlassian.net/browse/CLDR-19046
378382

379383
[Delta DTDs]: https://unicode.org/cldr/charts/48/supplemental/dtd_deltas.html

tools/cldr-code/src/main/resources/org/unicode/cldr/json/JSON_config_supplemental.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ section=IGNORE ; path=//cldr/supplemental/metadata/serialElements.* ; package=IG
4242
section=IGNORE ; path=//cldr/supplemental/metadata/suppress.* ; package=IGNORE
4343
# defaultContent is not really ignored, but is handled by special code in Ldml2JsonConverter
4444
section=IGNORE ; path=//cldr/supplemental/metadata/defaultContent.* ; package=IGNORE
45+
# CLDR-19029 a design is needed for rgScope in cldr-json, for now we ignore it
46+
section=IGNORE ; path=//cldr/supplemental/rgScope.* ; package=IGNORE
4547
#
4648
section=personNamesDefaults ; path=//cldr/supplemental/personNamesDefaults/.* ; package=core

0 commit comments

Comments
 (0)