1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Updated French translations.

This commit is contained in:
Ylian Saint-Hilaire 2022-01-16 12:34:19 -08:00
parent b143ef26fa
commit 1e0f4a17d5
9 changed files with 289388 additions and 14 deletions

View file

@ -3324,7 +3324,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
break;
}
case 'translations': {
response = JSON.stringify(coretranslations);
response = JSON.stringify(coretranslations, null, 2);
break;
}
case 'dhcp': // This command is only supported on Linux, this is because Linux does not give us the DNS suffix for each network adapter independently so we have to ask the DHCP server.