UNPKG
react-i18n
Version:
latest (1.0.1)
1.0.1
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
0.0.0
i18n-js integration with React
github.com/alvinsj/react-i18n
alvinsj/react-i18n
react-i18n
/
index.js
5 lines
(4 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
FormattedMessage
:
require
(
'./formatted-message'
),
getIntlMessage:
require
(
'./translate'
) }