See #161: removed old i18n stuff

This commit is contained in:
Eliot Berriot 2018-06-30 12:49:02 +02:00
parent c34111b0fd
commit ba094c3e42
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 0 additions and 930 deletions

View file

@ -14,8 +14,6 @@ var webpackConfig = process.env.NODE_ENV === 'testing'
? require('./webpack.prod.conf')
: require('./webpack.dev.conf')
require('./i18n')
// default port where dev server listens for incoming traffic
var port = process.env.PORT || config.dev.port
var host = process.env.HOST || config.dev.host