move old i18n version to api-v2 folder and use new i18n where possible

This commit is contained in:
Matteo Pagliazzi
2015-11-12 16:43:02 +01:00
parent 60b51b8862
commit de21b72027
19 changed files with 17 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ import attachMiddlewares from './middlewares/api-v3/index';
utils.setupConfig();
// Setup translations
// let i18n = require('./libs/i18n');
// let i18n = require('./libs/api-v2/i18n');
const IS_PROD = nconf.get('IS_PROD');
// const IS_DEV = nconf.get('IS_DEV');