Skip to content

Commit

Permalink
CLDR-17687 Correct the explanation of a canonicalization example (#3776)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored Jun 6, 2024
1 parent f2715ad commit d1821ef
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d1821ef

Please sign in to comment.