This commit is contained in:
Matteo Pagliazzi 2013-11-24 21:47:07 +01:00
parent d1698460e0
commit b4d910c9cb

View file

@ -172,7 +172,7 @@ module.exports.locals = function(req, res, next) {
translations: translations[language.code],
t: function(string){
return (translations[language.code][string] || translations[language.code].stringNotFound);
},
}
}
next();