mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed NPM auto path fill, improved Russian translation.
This commit is contained in:
parent
c40145588e
commit
4e8ae05c2b
4 changed files with 17 additions and 10 deletions
|
@ -207,7 +207,7 @@ function startEx(argv) {
|
|||
|
||||
if (command == 'translateall') {
|
||||
if (fs.existsSync('../views/translations') == false) { fs.mkdirSync('../views/translations'); }
|
||||
if (fs.existsSync('../public/translations') == false) { fs.mkdirSync('../public/translations'); }
|
||||
//if (fs.existsSync('../public/translations') == false) { fs.mkdirSync('../public/translations'); }
|
||||
var lang = null;
|
||||
if (argv.length > 4) { lang = argv[4].toLowerCase(); }
|
||||
if (argv.length > 3) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue