Skip to content

Commit

Permalink
remove duplicate I18n
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspeklak committed Feb 20, 2013
1 parent 3f23969 commit 9260b25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/ejs/app.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ app.disable('x-powered-by');

// Configuration
app.configure(function(){
<% if(i18n[0] == "y") { -%>
I18n.expressBind(app, {
locals: ['en', 'es', 'fr', 'de']
});
<% } -%>
app.set('views', __dirname + '/views');
app.set('view engine', 'jade');
app.set('view options', { layout: false });
Expand Down

0 comments on commit 9260b25

Please sign in to comment.