UNPKG
@cabify/redux-polyglot
Version:
beta (0.9.0-beta)
latest (0.9.0)
0.9.0
0.9.0-beta
0.8.2
0.8.1
Tool for using Polyglot.js with Redux
github.com/Tiqa/redux-polyglot
Tiqa/redux-polyglot
@cabify/redux-polyglot
/
dist
/
constants.js
6 lines
(5 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
SET_LANGUAGE
=
exports
.
SET_LANGUAGE
=
'@@polyglot/SET_LANGUAGE'
;