зеркало из https://github.com/mozilla/makerparty.git
Merge pull request #1 from alicoding/defaultStringRoute
Fix default stringRoute locale
This commit is contained in:
Коммит
26f5f83fed
|
@ -38,7 +38,7 @@ module.exports = function (env) {
|
|||
}));
|
||||
|
||||
// Localized Strings
|
||||
app.get("/strings/:lang?", i18n.stringsRoute("en_US"));
|
||||
app.get("/strings/:lang?", i18n.stringsRoute("en-US"));
|
||||
|
||||
// Static files
|
||||
app.use(express.static('./public'));
|
||||
|
|
Загрузка…
Ссылка в новой задаче