Skip to content

Commit aab2ee8

Browse files
committed
Updated README.md.
1 parent f05be1a commit aab2ee8

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

README.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM](https://nodei.co/npm/bs-react-intl.png?compact=true)](https://nodei.co/npm/bs-react-intl/)
44

5-
[BuckleScript](https://bucklescript.github.io) bindings to [react-intl](https://github.com/yahoo/react-intl).
5+
[BuckleScript](https://bucklescript.github.io) bindings to [react-intl].
66

77
To extract messages from [Reason](https://reasonml.github.io) source files for localization, use [bs-react-intl-extractor](https://github.com/cknitt/bs-react-intl-extractor).
88

@@ -24,29 +24,9 @@ yarn start
2424
```
2525

2626
## Status
27-
Despite lots of unchecked the most hard work is done. I'll add bindings to the rest of the components once I need them. Feel free to help me out and submit a PR.
28-
29-
- [x] addLocaleData
30-
- [x] intlShape
31-
- [x] injectIntl
32-
- [x] defineMessages
33-
- [x] IntlProvider
34-
- [x] FormattedDate
35-
- [ ] FormattedDate (children-as-function)
36-
- [x] FormattedTime
37-
- [ ] FormattedTime (children-as-function)
38-
- [ ] FormattedRelative
39-
- [ ] FormattedRelative (children-as-function)
40-
- [ ] FormattedNumber
41-
- [ ] FormattedNumber (children-as-function)
42-
- [ ] FormattedPlural
43-
- [ ] FormattedPlural (children-as-function)
44-
- [x] FormattedMessage
45-
- [ ] FormattedMessage (children-as-function)
46-
- [x] DefinedMessage
47-
- [ ] DefinedMessage (children-as-function)
48-
- [ ] FormattedHTMLMessage
49-
- [ ] FormattedHTMLMessage (children-as-function)
27+
bs-react-intl should cover all of the [react-intl] 3.0.0 API. If you find anything missing, please file an issue.
5028

5129
## Usage
5230
See [`examples`](./examples) folder.
31+
32+
[react-intl]: https://github.com/formatjs/react-intl

0 commit comments

Comments
 (0)