Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5731,13 +5731,9 @@
"example": false
},
"cldr_version": {
"description": "Pluralization rule set to apply when constructing skeletons. Accepted values are `legacy` and `cldr_41`. Defaults to `legacy` when omitted.",
"description": "Pluralization rule set to use when constructing skeletons. Pass `legacy` for pre-CLDR behaviour, or a CLDR version string such as `cldr48`. Defaults to the project's configured version when omitted.",
"type": "string",
"enum": [
"legacy",
"cldr_41"
],
"example": "cldr_41"
"example": "cldr48"
}
},
"oneOf": [
Expand Down
12 changes: 5 additions & 7 deletions paths/icu/skeleton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,12 @@ requestBody:
example: false
cldr_version:
description: >-
Pluralization rule set to apply when constructing skeletons.
Accepted values are `legacy` and `cldr_41`. Defaults to
`legacy` when omitted.
Pluralization rule set to use when constructing skeletons. Pass
`legacy` for pre-CLDR behaviour, or a CLDR version string such
as `cldr48`. Defaults to the project's configured version when
omitted.
type: string
enum:
- legacy
- cldr_41
example: cldr_41
example: cldr48
oneOf:
- required:
- content
Expand Down
Loading