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
4 changes: 2 additions & 2 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -18183,7 +18183,7 @@
]
},
"cldr_version": {
"description": "(Optional) CLDR plural-rule version used by the project.",
"description": "(Optional) CLDR plural-rule version used by the project. Pass `legacy` for pre-CLDR pluralization behaviour, or a CLDR version string such as `cldr48`. Also used as the default version for the ICU skeleton endpoint (`POST /icu/skeleton`) when its own `cldr_version` parameter is omitted.",
"type": "string",
"example": "cldr48"
},
Expand Down Expand Up @@ -18543,7 +18543,7 @@
"example": "unicode_ci"
},
"cldr_version": {
"description": "(Optional) CLDR plural-rule version used by the project.",
"description": "(Optional) CLDR plural-rule version used by the project. Pass `legacy` for pre-CLDR pluralization behaviour, or a CLDR version string such as `cldr48`. Also used as the default version for the ICU skeleton endpoint (`POST /icu/skeleton`) when its own `cldr_version` parameter is omitted.",
"type": "string",
"example": "legacy"
}
Expand Down
7 changes: 6 additions & 1 deletion paths/projects/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,12 @@ requestBody:
- "UTF-16LE"
- "ISO-8859-1"
cldr_version:
description: "(Optional) CLDR plural-rule version used by the project."
description: >-
(Optional) CLDR plural-rule version used by the project. Pass
`legacy` for pre-CLDR pluralization behaviour, or a CLDR
version string such as `cldr48`. Also used as the default
version for the ICU skeleton endpoint (`POST /icu/skeleton`)
when its own `cldr_version` parameter is omitted.
type: string
example: "cldr48"
placeholder_styles:
Expand Down
7 changes: 6 additions & 1 deletion paths/projects/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,12 @@ requestBody:
type: string
example: unicode_ci
cldr_version:
description: "(Optional) CLDR plural-rule version used by the project."
description: >-
(Optional) CLDR plural-rule version used by the project. Pass
`legacy` for pre-CLDR pluralization behaviour, or a CLDR
version string such as `cldr48`. Also used as the default
version for the ICU skeleton endpoint (`POST /icu/skeleton`)
when its own `cldr_version` parameter is omitted.
type: string
example: "legacy"
x-cli-version: "2.6.3"
Loading