mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed translation tools output format.
This commit is contained in:
parent
d0d3093659
commit
2122ba262a
7 changed files with 1124 additions and 1142 deletions
|
@ -664,6 +664,7 @@ function translationsToJson(t) {
|
|||
for (var j in el) { names.push(j); }
|
||||
names.sort();
|
||||
for (var j in names) { el2[names[j]] = el[names[j]]; }
|
||||
if (el2.xloc != null) { el2.xloc.sort(); }
|
||||
arr2.push(el2);
|
||||
}
|
||||
arr2.sort(function (a, b) { if (a.en > b.en) return 1; if (a.en < b.en) return -1; return 0; });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue