implemented i18n on sidebar, added language setting in settings
This commit is contained in:
parent
9386527907
commit
dd97dd4ccb
11 changed files with 69 additions and 22 deletions
|
@ -38,6 +38,7 @@
|
|||
"electron-window-state": "^5.0.3",
|
||||
"express": "^4.17.2",
|
||||
"get-port": "^5.1.1",
|
||||
"jsonc": "^2.0.0",
|
||||
"lastfmapi": "^0.1.1",
|
||||
"mdns-js": "github:bitfocus/node-mdns-js",
|
||||
"mpris-service": "^2.1.2",
|
||||
|
@ -135,12 +136,12 @@
|
|||
"backgroundColor": "transparent",
|
||||
"setBuildNumber": true
|
||||
},
|
||||
"nsis": {
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"license": "LICENSE",
|
||||
"deleteAppDataOnUninstall": true
|
||||
"license": "LICENSE",
|
||||
"deleteAppDataOnUninstall": true
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue