1
0
Fork 0
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:
Ylian Saint-Hilaire 2020-01-07 17:12:09 -08:00
parent d0d3093659
commit 2122ba262a
7 changed files with 1124 additions and 1142 deletions

View file

@ -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; });

File diff suppressed because it is too large Load diff