0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Removing remaining references to Polyglot

refs #3802
This commit is contained in:
Hannah Wolfe 2014-08-19 16:36:26 +01:00
parent e6bb7c4443
commit f2aefd257e
2 changed files with 0 additions and 5 deletions

View file

@ -5,7 +5,6 @@ var crypto = require('crypto'),
compress = require('compression'),
fs = require('fs'),
uuid = require('node-uuid'),
Polyglot = require('node-polyglot'),
semver = require('semver'),
_ = require('lodash'),
when = require('when'),
@ -204,9 +203,6 @@ function init(server) {
server = express();
}
// Set up Polygot instance on the require module
Polyglot.instance = new Polyglot();
// ### Initialisation
// The server and its dependencies require a populated config
// It returns a promise that is resolved when the application

View file

@ -6,7 +6,6 @@ var should = require('should'),
_ = require('lodash'),
rewire = require('rewire'),
moment = require('moment'),
Polyglot = require('node-polyglot'),
api = require('../../server/api'),
hbs = require('express-hbs'),