Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17687 Correct the explanation of a canonicalization example #3776

Merged
Merged
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 docs/ldml/tr35.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ Most type values are represented by a single subtag in the current version of CL

Note that canonicalization does not change invalid locales to valid locales. For example, und-u-ka canonicalizes to und-u-ka-true, but:

1. "und-u-ka-true" — is invalid, since ‘yes’ is not a valid value for ka
2. "und-u-ka" — is invalid, since the value true is assumed whenever there is no value, and true is not a valid value for ka
1. "und-u-ka-true" — is invalid, since "true" is not a valid value for ka
2. "und-u-ka" — is invalid, since the value "true" is assumed whenever there is no value, and "true" is not a valid value for ka

The BCP 47 form for keys and types is the canonical form, and recommended. Other aliases are included for backwards compatibility.

Expand Down
Loading