@@ -45,7 +45,7 @@ The API reference is available at https://projectfluent.org/fluent.js/bundle.
4545
4646## Compatibility
4747
48- ` fluent ` requires the following ` Intl ` formatters:
48+ ` @ fluent/bundle ` requires the following ` Intl ` formatters:
4949
5050 - ` Intl.DateTimeFormat ` (standard, well-supported)
5151 - ` Intl.NumberFormat ` (standard, well-supported)
@@ -59,12 +59,10 @@ import 'intl-pluralrules';
5959import {FluentBundle } from ' @fluent/bundle' ;
6060```
6161
62- For legacy browsers, the ` compat ` build has been transpiled using Babel's [ env
63- preset] [ ] . It requires the regenerator runtime provided by [ babel-polyfill] [ ] .
62+ See also the [ Compatibility] [ ] article on the ` fluent.js ` wiki.
6463
65- ``` javascript
66- import {FluentBundle } from ' @fluent/bundle/compat' ;
67- ```
64+ [ intl-pluralrules ] : https://www.npmjs.com/package/intl-pluralrules
65+ [ Compatibility ] : https://github.com/projectfluent/fluent.js/wiki/Compatibility
6866
6967
7068## Learn more
@@ -73,10 +71,5 @@ Find out more about Project Fluent at [projectfluent.org][], including
7371documentation of the Fluent file format ([ FTL] [ ] ), links to other packages and
7472implementations, and information about how to get involved.
7573
76-
77- [ intl-pluralrules ] : https://www.npmjs.com/package/intl-pluralrules
78- [ babel-polyfill ] : https://babeljs.io/docs/usage/polyfill/
79- [ Stage 3 proposal ] :https://github.com/tc39/proposal-intl-plural-rules
80- [ env preset ] : https://babeljs.io/docs/plugins/preset-env/
8174[ projectfluent.org ] : https://projectfluent.org
8275[ FTL ] : https://projectfluent.org/fluent/guide/
0 commit comments