Skip to content

Commit

Permalink
chore(docs): add missing references to Intl.Segmenter… (#4176)
Browse files Browse the repository at this point in the history
Co-authored-by: Long Ho <longlho@users.noreply.github.com>
  • Loading branch information
mrienstra and longlho committed Sep 17, 2023
1 parent 6fa9d11 commit 4f73e19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ packages/intl-messageformat/node_modules
packages/intl-numberformat/node_modules
packages/intl-pluralrules/node_modules
packages/intl-relativetimeformat/node_modules
packages/intl-segmenter/node_modules
packages/intl/node_modules
packages/react-intl/examples/node_modules
packages/react-intl/node_modules
Expand All @@ -35,5 +36,4 @@ packages/swc-plugin/node_modules
packages/ts-transformer/integration-tests/node_modules
packages/ts-transformer/node_modules
packages/vue-intl/node_modules
packages/intl-segmenter/node_modules
website/node_modules
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ See [CONTRIBUTING.md](CONTRIBUTING.md#Development) for instructions.
| [@formatjs/intl-getcanonicallocales](https://www.npmjs.com/package/@formatjs/intl-getcanonicallocales) | ![version](https://badgen.net/npm/v/@formatjs/intl-getcanonicallocales) | [CHANGELOG](packages/intl-getcanonicallocales/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl-getcanonicallocales) |
| [@formatjs/intl-listformat](https://www.npmjs.com/package/@formatjs/intl-listformat) | ![version](https://badgen.net/npm/v/@formatjs/intl-listformat) | [CHANGELOG](packages/intl-listformat/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl-listformat) |
| [@formatjs/intl-locale](https://www.npmjs.com/package/@formatjs/intl-locale) | ![version](https://badgen.net/npm/v/@formatjs/intl-locale) | [CHANGELOG](packages/intl-locale/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl-locale) |
| [@formatjs/intl-localematcher](https://www.npmjs.com/package/@formatjs/intl-localematcher) | ![version](https://badgen.net/npm/v/@formatjs/intl-localematcher) | [CHANGELOG](packages/intl-localematcher/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl-localematcher) |
| [@formatjs/intl-numberformat](https://www.npmjs.com/package/@formatjs/intl-numberformat) | ![version](https://badgen.net/npm/v/@formatjs/intl-numberformat) | [CHANGELOG](packages/intl-numberformat/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl-numberformat) |
| [@formatjs/intl-pluralrules](https://www.npmjs.com/package/@formatjs/intl-pluralrules) | ![version](https://badgen.net/npm/v/@formatjs/intl-pluralrules) | [CHANGELOG](packages/intl-pluralrules/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl-pluralrules) |
| [@formatjs/intl-relativetimeformat](https://www.npmjs.com/package/@formatjs/intl-relativetimeformat) | ![version](https://badgen.net/npm/v/@formatjs/intl-relativetimeformat) | [CHANGELOG](packages/intl-relativetimeformat/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl-relativetimeformat) |
| [@formatjs/intl-segmenter](https://www.npmjs.com/package/@formatjs/intl-segmenter) | ![version](https://badgen.net/npm/v/@formatjs/intl-segmenter) | [CHANGELOG](packages/intl-segmenter/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl-segmenter) |
| [@formatjs/intl](https://www.npmjs.com/package/@formatjs/intl) | ![version](https://badgen.net/npm/v/@formatjs/intl) | [CHANGELOG](packages/intl/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/intl) |
| [@formatjs/swc-plugin](https://www.npmjs.com/package/@formatjs/swc-plugin) | ![version](https://badgen.net/npm/v/@formatjs/swc-plugin) | [CHANGELOG](packages/swc-plugin/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/swc-plugin) |
| [@formatjs/swc-plugin-experimental](https://www.npmjs.com/package/@formatjs/swc-plugin-experimental) | ![version](https://badgen.net/npm/v/@formatjs/swc-plugin-experimental) | [CHANGELOG](packages/swc-plugin-experimental/CHANGELOG.md) | ![license](https://badgen.net/npm/license/@formatjs/swc-plugin-experimental) |
Expand Down
2 changes: 2 additions & 0 deletions website/docs/polyfills.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ Our current list of polyfills includes:
- [Intl.DisplayNames](polyfills/intl-displaynames.md)
- [Intl.NumberFormat](polyfills/intl-numberformat.md) (ES2020)
- [Intl.Locale](polyfills/intl-locale.md)
- [Intl.LocaleMatcher](polyfills/intl-localematcher.md)
- [Intl.getCanonicalLocales](polyfills/intl-getcanonicallocales.md)
- [Intl.DateTimeFormat](polyfills/intl-datetimeformat.md) (ES2020)
- [Intl.Segmenter](polyfills/intl-segmenter.md)

![Polyfill Hierarchy](/img/polyfills.svg)

Expand Down
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = {
'polyfills/intl-numberformat',
'polyfills/intl-pluralrules',
'polyfills/intl-relativetimeformat',
'polyfills/intl-segmenter',
],
},
tooling: {
Expand Down

0 comments on commit 4f73e19

Please sign in to comment.