mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removing i18n until it's done properly
This commit is contained in:
parent
09ca5e6298
commit
16329ac6f0
3 changed files with 2 additions and 29 deletions
|
@ -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));
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
<header>
|
||||
<section class="box entry-title">
|
||||
<input type="text" id="entry-title"
|
||||
placeholder="{{e "editor.entry_title.placeholder" "Your Post Title"}}"
|
||||
placeholder="Your Post Title"
|
||||
value="" tabindex="1">
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<section class="entry-markdown active">
|
||||
<header class="floatingheader">
|
||||
{{e "editor.headers.markdown.label" "Markdown"}}
|
||||
Markdown
|
||||
<a class="markdown-help" href="#"><span class="hidden">What is Markdown?</span></a>
|
||||
</header>
|
||||
<section class="entry-markdown-content">
|
||||
|
|
|
@ -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"
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue