Skip to content

Commit 4768b75

Browse files
CLDR-18144 handle language:menu attribute in JSON (#4992)
1 parent 67e6b79 commit 4768b75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cldr-code/src/main/java/org/unicode/cldr/json/LdmlConvertRules.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class LdmlConvertRules {
2727
// common/main
2828
static final ImmutableSet<String> NAME_PART_DISTINGUISHING_ATTR_SET =
2929
ImmutableSet.of(
30+
"languages:language:menu",
3031
"monthWidth:month:yeartype",
3132
"characters:parseLenients:scope",
3233
"dateFormat:pattern:numbers",

0 commit comments

Comments
 (0)