- Feb 14, 2019
-
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
Per https://tc39.github.io/ecma402/#sec-canonicalizelanguagetag 6.2.3 CanonicalizeLanguageTag ( locale ) The CanonicalizeLanguageTag abstract operation returns the canonical and case-regularized form of the locale argument (which must be a String value that is a structurally valid Unicode BCP 47 Locale Identifier as verified by the IsStructurallyValidLanguageTag abstract operation). A conforming implementation shall take the steps specified in the “BCP 47 Language Tag to Unicode BCP 47 Locale Identifier” algorithm, from Unicode Technical Standard #35 LDML § 3.3.1 BCP 47 Language Tag Conversion. And http://unicode.org/reports/tr35/#BCP_47_Language_Tag_Conversion " 2. If the BCP 47 primary language subtag matches the type attribute of a languageAlias element in Supplemental Data, replace the language subtag with the replacement value. If there are additional subtags in the replacement value, add them to the result, but only if there is no corresponding subtag already in the tag. " and https://www.unicode.org/repos/cldr/trunk/common/supplemental/supplementalMetadata.xml ... <languageAlias type="aar" replacement="aa" reason="overlong"/> <!-- [Afar] --> ... <languageAlias type="ces" replacement="cs" reason="overlong"/> <!-- [Czech] --> ... <languageAlias type="heb" replacement="he" reason="overlong"/> <!-- [Hebrew] -->
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
Remove all the assertion of result of getCanonicalLocales from Locale directory and put them under Intl/getCanonicalLocales directory.
-
- Feb 04, 2019
-
-
Ross Kirsling authored
-
- Jan 30, 2019
-
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
-
- Jan 28, 2019
-
-
Frank Yung-Fong Tang authored
This is based on UTS35 in the new spec.
-
Frank Yung-Fong Tang authored
-
- Jan 24, 2019
-
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
This is due to the fact we now only accept Unicode Locale Identifier in UTS 35.
-
- Dec 17, 2018
-
-
Leo Balter authored
-
- Nov 30, 2018
-
-
Rick Waldron authored
-
- Oct 17, 2018
-
-
André Bargull authored
-
- Oct 09, 2018
-
-
Adrian Heine né Lang authored
This was introduced in 6581e849.
-
- Oct 06, 2018
-
-
Frank Tang authored
-
- Oct 03, 2018
-
-
Rick Waldron authored
-
- Oct 02, 2018
-
-
Frank Tang authored
-
- Sep 26, 2018
-
-
Rick Waldron authored
-
Ms2ger authored
The spec changed in <https://github.com/tc39/proposal-intl-locale/pull/59>.
-
Ms2ger authored
-
- Sep 21, 2018
-
-
Kevin Gibbons authored
-
- Sep 18, 2018
-
-
Ms2ger authored
-
- Sep 07, 2018
-
-
Ms2ger authored
Fixes #1705.
-
- Jun 29, 2018
-
-
André Bargull authored
-
- Jun 26, 2018
-
-
Ms2ger authored
-
- Jun 13, 2018
-
-
Ms2ger authored
The spec changed in https://github.com/tc39/proposal-intl-locale/pull/47. The tests for calendar were already correct.
-
- Jun 04, 2018
- May 29, 2018
-
-
Rick Waldron authored
-
Ms2ger authored
-
- May 17, 2018
-
-
Rick Waldron authored
-
Rick Waldron authored
-
- May 15, 2018
- May 11, 2018
-
-
Rick Waldron authored
- fix mixed up test & info - add Symbol feature - maximize length is 0 - maximize configurability is true
-