Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lxzhangchao committed Jul 19, 2017
1 parent 92a185c commit 33a1d54
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 45 deletions.
13 changes: 0 additions & 13 deletions superset/assets/javascripts/explore/components/SaveModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ class SaveModal extends React.Component {
};
}
componentDidMount() {
this.loadLocales();
this.props.actions.fetchDashboards(this.props.user_id);
}

onChange(name, event) {
switch (name) {
case 'newSliceName':
Expand All @@ -53,17 +51,6 @@ class SaveModal extends React.Component {
break;
}
}

loadLocales() {
intl.init({
currentLocale: getLanguage(),
locales,
})
.then(() => {
this.setState({initDone: true});
});
}

changeAction(action) {
this.setState({ action });
}
Expand Down
15 changes: 0 additions & 15 deletions superset/assets/javascripts/explore/stores/en_US.js

This file was deleted.

15 changes: 0 additions & 15 deletions superset/assets/javascripts/explore/stores/zh_CN.js

This file was deleted.

2 changes: 0 additions & 2 deletions superset/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@
"react-dom": "^15.5.1",
"react-gravatar": "^2.6.1",
"react-grid-layout": "^0.14.4",
"react-intl": "^2.3.0",
"react-intl-universal": "^1.1.1",
"react-map-gl": "^1.7.0",
"react-redux": "^5.0.2",
"react-resizable": "^1.3.3",
Expand Down

0 comments on commit 33a1d54

Please sign in to comment.