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:
parent
b143ef26fa
commit
1e0f4a17d5
9 changed files with 289388 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue