diff --git a/core/server.js b/core/server.js
index 69989454b0..49bc4fecfa 100644
--- a/core/server.js
+++ b/core/server.js
@@ -11,7 +11,6 @@ var express = require('express'),
path = require('path'),
hbs = require('express-hbs'),
Ghost = require('./ghost'),
- I18n = require('./shared/lang/i18n'),
helpers = require('./server/helpers'),
packageInfo = require('../package.json'),
@@ -257,7 +256,6 @@ when.all([ghost.init(), helpers.loadCoreHelpers(ghost)]).then(function () {
server.use(whenEnabled(server.get('activeTheme'), express['static'](ghost.paths().activeTheme)));
server.use(express.favicon(__dirname + '/shared/favicon.ico'));
- // server.use(I18n.load(ghost));
server.use(express.bodyParser({}));
server.use(express.bodyParser({uploadDir: __dirname + '/content/images'}));
server.use(express.cookieParser(ghost.dbHash));
diff --git a/core/server/views/editor.hbs b/core/server/views/editor.hbs
index 712892ba7e..03ae84c689 100644
--- a/core/server/views/editor.hbs
+++ b/core/server/views/editor.hbs
@@ -4,14 +4,14 @@
diff --git a/core/shared/lang/en_PL.json b/core/shared/lang/en_PL.json
deleted file mode 100644
index b157bc642f..0000000000
--- a/core/shared/lang/en_PL.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "__SECTION__": "admin core",
- "admin.navbar.blog": "Logbay",
- "admin.navbar.settings": "Ettingsay",
-
- "__SECTION__": "icons",
- "icon.category.label": "Ategorycay",
- "icon.faq.label": "?",
- "icon.faq.markdown.title": "Atwhay isway Arkdownmay",
- "icon.full_screen.label": "Ullfay Eenscray",
- "icon.full_screen.title": "Enterway ullfay eenscrayodemay",
- "icon.settings.label": "Ettingssay",
-
- "__SECTION__": "editor",
- "editor.entry_title.placeholder": "Ethay Ostpay Itletay Etsgay Insertedway Upway Erehay",
- "editor.entry_permalink.label": "Ermalinkpay:",
- "editor.entry_permalink.example_url": "http://oursiteyay.omcay/",
- "editor.entry_permalink.example_slug": "ethay-ostpay-itletay-oesgay-erehay",
- "editor.headers.markdown.label": "Arkdownmay",
- "editor.headers.preview.label": "Eviewpray",
- "editor.word_count": "%{count} ordsway",
- "editor.actions.save_draft": "Avesay Aftdray",
- "editor.actions.publish": "Ublishpay"
-
-}
\ No newline at end of file