File tree Expand file tree Collapse file tree 1 file changed +7
-27
lines changed Expand file tree Collapse file tree 1 file changed +7
-27
lines changed Original file line number Diff line number Diff line change @@ -24,34 +24,14 @@ Internationalization API Specification.
24
24
</stability >
25
25
<license uri =" https://opensource.org/license/bsd-3-clause/" >BSD-3-Clause</license >
26
26
<notes ><:
32
- - `Ecma\Intl` static class with static methods `getCanonicalLocales()` and `supportedValuesOf()`
33
- - `Ecma\Intl\Category` enum to pass to `Intl::supportedValuesOf()`
34
- - `Ecma\Intl\Locale` to represent Unicode locales
35
- - `Ecma\Intl\Locale\Options` for manipulating locales when creating instances of `Ecma\Intl\Locale`
36
- - Various classes for representing locale information:
37
- - `Ecma\Intl\Locale\TextInfo` and `Ecma\Intl\Locale\CharacterDirection`
38
- - `Ecma\Intl\Locale\WeekInfo` and `Ecma\Intl\Locale\WeekDay`
39
-
40
- ### Changed
41
-
42
- - Nothing.
43
-
44
- ### Deprecated
45
-
46
- - Nothing.
47
-
48
- ### Removed
49
-
50
- - Nothing.
51
-
52
- ### Fixed
53
-
54
- - Nothing.
29
+ - Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
30
+ - Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
31
+ - Ecma\Intl\Locale to represent Unicode locales
32
+ - Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
33
+ - Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
34
+ - Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
55
35
]]> </notes >
56
36
<contents >
57
37
<dir name =" /" >
You can’t perform that action at this time.
0 commit comments