twreporter-redux
Version:
redux actions and reducers for twreporter website
25 lines (19 loc) • 762 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _strings = require('./strings');
var _strings2 = _interopRequireDefault(_strings);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// sectionStrings = the Chinese word that show on side bar and section blocks
// anchorList is used for index moduleId and url hashtag for anchors.
exports.default = {
editorPick: _strings2.default.editorPick,
latestTopic: _strings2.default.latestTopic,
review: _strings2.default.review,
// category: strings.category,
topic: _strings2.default.topic,
photography: _strings2.default.photography,
infographic: _strings2.default.infographic,
donation: _strings2.default.donation
};
;