MeshCentral/translate
Veit Wahlich 3e3a46f279 Reenable broken group actions in My Devices overview screen
The group actions in My Devices overview screen were broken in the following
language translations due to translation of an identifier as reported in #793 :

 * de
 * nl
 * pt

The translations of the identifier have been reverted to the English original to mitigate the problem. Final solution should be the removal of the identifier "DeviceCheckbox" from translatable strings.
2020-01-13 16:11:17 +01:00
..
readme.txt Started french translation. 2019-10-21 17:21:49 -07:00
translate.js Fixed translation tools output format. 2020-01-07 17:12:09 -08:00
translate.json Reenable broken group actions in My Devices overview screen 2020-01-13 16:11:17 +01:00

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.

  http://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".