mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
added prod languages
This commit is contained in:
parent
f63496e46c
commit
19eec66ece
21
package.json
21
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user