You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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].
6
6
7
7
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).
8
8
@@ -24,29 +24,9 @@ yarn start
24
24
```
25
25
26
26
## 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.
0 commit comments