Skip to content

Commit

Permalink
CLDR-15414 json: temporary personnames patch (unicode-org#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Oct 10, 2022
1 parent e00974e commit d693a34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ class LdmlConvertRules {
"pluralRules:pluralRule:count",
"languageMatches:languageMatch:desired",
"styleNames:styleName:subtype",
"styleNames:styleName:alt");
"styleNames:styleName:alt",
// person names - TEMPORARY - TODO CLDR-15414
"personNames:personName:length",
"personNames:personName:formality",
"personNames:personName:order"
);

/**
* The set of attributes that should become part of the name in form of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ dependency=core ; package=misc
dependency=core ; package=units
dependency=numbers ; package=dates
dependency=dates ; package=cal
section=personNames ; path=//cldr/main/[^/]++/personNames/.* ; package=personNames ; packageDesc = Personal Name Formatting (tech preview)

0 comments on commit d693a34

Please sign in to comment.