Build ICU skeletons
Returns ICU skeletons for multiple locale codes based on a source content.
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
Source content to derive skeletons from. Mutually exclusive with id; exactly one of the two must be provided.
"{number, plural, one {One} other {%{n}}}"
Translation code to source content from. Mutually exclusive with content; exactly one of the two must be provided.
"abcd1234abcd1234abcd1234abcd1234"
Locale codes
["en"]Keep the content and add missing plural forms for each locale
null
Indicates whether the zero form should be included or excluded in the returned skeletons
null
Strings supports two CLDR variants, when it comes to pluralization rules.
You can choose which one you want to use when constructing the skeletons. Possible values
are legacy and cldr_41. Default value is legacy.
"cldr_41"
Response
OK
Object keys are dynamic and based on requested locale codes, see example.