1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00
MeshCentral/translate/translate.bat
2020-11-18 21:30:33 -08:00

5 lines
No EOL
103 B
Batchfile

@ECHO OFF
node translate.js minifyall
node translate.js translateall
node translate.js extractall
pause