24
1
Fork 0

added prod languages

This commit is contained in:
Danny Coates 2017-07-26 09:59:08 -07:00
parent f63496e46c
commit 19eec66ece
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 20 additions and 1 deletions

View File

@ -45,7 +45,26 @@
"homepage": "https://github.com/mozilla/send/",
"license": "MPL-2.0",
"repository": "mozilla/send",
"availableLanguages": ["en-US"],
"availableLanguages": [
"en-US",
"zh-TW",
"zh-CN",
"cs",
"fr",
"fy-NL",
"de",
"hu",
"it",
"ja",
"kab",
"ms",
"pt-PT",
"sk",
"dsb",
"hsb",
"sv-SE",
"cy"
],
"scripts": {
"build": "npm-run-all build:*",
"build:upload": "browserify frontend/src/upload.js -g uglifyify -o public/upload.js",