diff options
| author | cedricnjanga | 2018-04-12 06:33:32 -0700 |
|---|---|---|
| committer | Johan Van Ryseghem | 2018-04-24 11:08:36 +0200 |
| commit | eb51cf0aa62a96c552c1a32778aa84e64df458a6 (patch) | |
| tree | 92cc8cf466007b2ec78f293a25508666e510fe92 /app/javascript/routes/components/App.js | |
| parent | d85ec520859aae6a5bdc25ac1f11e00ded5f6266 (diff) | |
| download | chouette-core-eb51cf0aa62a96c552c1a32778aa84e64df458a6.tar.bz2 | |
Refs #6376 Add some english translations
Diffstat (limited to 'app/javascript/routes/components/App.js')
| -rw-r--r-- | app/javascript/routes/components/App.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/javascript/routes/components/App.js b/app/javascript/routes/components/App.js index 26e69bf53..6f8cdf749 100644 --- a/app/javascript/routes/components/App.js +++ b/app/javascript/routes/components/App.js @@ -3,14 +3,9 @@ import PropTypes from 'prop-types' import AddStopPoint from '../containers/AddStopPoint' import VisibleStopPoints from'../containers/VisibleStopPoints' import clone from '../../helpers/clone' -const I18n = clone(window , "I18n", true) export default class App extends Component { - getChildContext() { - return { I18n } - } - render() { return ( <div> @@ -20,7 +15,3 @@ export default class App extends Component { ) } } - -App.childContextTypes = { - I18n: PropTypes.object -} |
