added L10N_DEV environment variable for making all languages available

This commit is contained in:
Danny Coates 2017-07-25 14:28:49 -07:00
parent 93930b91a2
commit 7fd8fb4914
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 32 additions and 2 deletions

View file

@ -45,6 +45,7 @@
"homepage": "https://github.com/mozilla/send/",
"license": "MPL-2.0",
"repository": "mozilla/send",
"availableLanguages": ["en-US"],
"scripts": {
"build": "npm-run-all build:*",
"build:upload": "browserify frontend/src/upload.js -g uglifyify -o public/upload.js",