Skip to content

Commit

Permalink
Updated nodejs in translate.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed Sep 11, 2023
1 parent 14a1639 commit 2773337
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"multiparty": "^4.2.1",
"@yetzt/nedb": "^1.8.0",
"node-forge": "^1.0.0",
"ua-parser-js": "^1.0.35",
"ua-parser-js": "^1.0.35",
"ws": "^5.2.3",
"yauzl": "^2.10.0"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.10",
"version": "1.1.11",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
Expand Down Expand Up @@ -50,7 +50,7 @@
"multiparty": "^4.2.1",
"@yetzt/nedb": "^1.8.0",
"node-forge": "^1.0.0",
"ua-parser-js": "^1.0.35",
"ua-parser-js": "^1.0.35",
"ws": "^5.2.3",
"yauzl": "^2.10.0"
},
Expand Down
8 changes: 1 addition & 7 deletions public/scripts/charts-min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/translate.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF
CD ..\translate
%LOCALAPPDATA%\..\Roaming\nvm\v14.16.0\node translate.js minifyall
%LOCALAPPDATA%\..\Roaming\nvm\v14.16.0\node translate.js translateall
%LOCALAPPDATA%\..\Roaming\nvm\v14.16.0\node translate.js extractall
%LOCALAPPDATA%\..\Roaming\nvm\v18.4.0\node translate.js minifyall
%LOCALAPPDATA%\..\Roaming\nvm\v18.4.0\node translate.js translateall
%LOCALAPPDATA%\..\Roaming\nvm\v18.4.0\node translate.js extractall
DEL ..\emails\translations\*-min_*
Pause

0 comments on commit 2773337

Please sign in to comment.