i18n
Showing
{ | { | ||
"name": "mycard", | "name": "mycard", | ||
"version": "3.1.0", | "version": "3.0.0", | ||
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve", | "start": "ng serve", | ||
"start:electron": "electron .", | "start:electron": "electron .", | ||
"build": "ng build --localize --base-href ..", | "build": "ng build --localize --base-href ..", | ||
"watch": "ng build --localize --watch --configuration development", | "watch": "ng build --localize --base-href .. --watch --configuration development", | ||
"pack": "electron-builder --dir", | "pack": "electron-builder --dir", | ||
"dist": "electron-builder" | "dist": "electron-builder", | ||
"i18n:extract": "ng extract-i18n", | |||
"i18n:upload": "tx push --source", | |||
"i18n:translate": "open https://www.transifex.com/mycard/mycard/translate/#en_US/messages-xlf?q=translated%3Ano", | |||
"i18n:download": "tx pull --all" | |||
}, | }, | ||
"main": "main.js", | "main": "main.js", | ||
"description": "萌卡客户端", | "description": "萌卡客户端", | ||
... | @@ -80,7 +84,6 @@ | ... | @@ -80,7 +84,6 @@ |
"url": "https://cdn02.moecube.com:444/downloads" | "url": "https://cdn02.moecube.com:444/downloads" | ||
} | } | ||
], | ], | ||
"asar": false, | |||
"files": [ | "files": [ | ||
"main.js", | "main.js", | ||
"maotama.js", | "maotama.js", | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Please register or sign in to comment