Enhance Breadcrumbs (#39)

* chore(localization): remove duplicated locale files

* feat(localization): add localization for breadcrumbs

* feat(localization): add beadcrumb enhancements

* feat(debugging): add npm run debug command

* chore(localization): add unit tests

* chore(breadcrumbs): fix tests and typos

* chore(localization): add docs for translationAvailable

* chore(localization): refactor translationAvailable
This commit is contained in:
David Litvak Bruno
2017-11-08 15:39:24 +01:00
committed by GitHub
parent a48fd1b63d
commit 81577c82fd
10 changed files with 67 additions and 158 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"start:watch": "nodemon ./bin/www --ignore public/",
"start:dev": "node ./bin/www",
"debug": "node debug ./bin/www",
"start": "NODE_ENV=production node ./bin/www",
"start:production": "NODE_ENV=production node ./bin/www",
"lint": "eslint ./app.js routes",