MeshCentral/translate
Stuart Wyatt 64bef74317
Align and specify NPM module versions (#5685)
The Dockerfile specifies NPM modules to be installed.  However, some do not specify a version, so the latest is installed.  Later in meshcentral.js mainStart() specific versions are required.  If they don't match the latest version, all modules will be reinstalled to get the specific versions.

#5684 Soft version conflict on NPM modules causes NPM modules to be installed on startup in Docker
#5545 Docker on Debian 11 fails on version 1.1.15 and 1.1.16 giving NPM errors
#5681 InstallModules() installs all modules, not just missing modules (regression)
2024-01-11 17:49:12 -08:00
..
readme.txt Update translate link to https 2021-07-30 09:58:44 -04:00
translate-node14.bat Fixed UI glitch, #4192 2022-06-29 12:16:40 -07:00
translate.bat Updated Linux agents for remote desktop unicode support. 2020-11-18 21:30:33 -08:00
translate.js Align and specify NPM module versions (#5685) 2024-01-11 17:49:12 -08:00
translate.json Ran translations and minor fix to filter url. 2023-11-12 15:28:52 -08:00

readme.txt

You can help translate MeshCentral into other languages pretty easily. In this folder is a
"translate.json" file containing the english strings and translated strings in other languages.

Download the following Windows tool to open the "translate.json" file and edit strings.

  https://info.meshcentral.com/downloads/MeshCentral2/ResourceTranslator.zip

Once done, save the file back and run this:

  node translate.js translateall

This will re-generate all of the translated web pages with the new strings. You can then do a
GitHub pull request on the MeshCentral GitHub to update the "translate.json" file, or send the
file to "ylianst@gmail.com".