UNPKG
@wimdental/i18n
Version:
latest (1.0.5)
1.0.5
Simple module to localize the React using simple tools.
wimdental/wimdental-i18n
@wimdental/i18n
/
src
/
i18n
/
index.js
8 lines
(6 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./components/LocalizeProvider'
;
export
*
from
'./components/Locale'
;
export
*
from
'./decorators/locale'
;
export
*
from
'./utils/createDictionary'
;
export
*
from
'./actions'
;
export
*
from
'./reducers'
;