Revert french translations but keep bug fixes

This commit is contained in:
simon987
2019-03-10 14:52:46 -04:00
parent f76c935c49
commit 2092239dc1
17 changed files with 183 additions and 224 deletions

View File

@@ -73,7 +73,7 @@ function makeStatsCard(searchResult) {
statsCardBody.setAttribute("class", "card-body");
let stat = document.createElement("p");
stat.appendChild(document.createTextNode(searchResult["hits"]["total"] + " résultats en " + searchResult["took"] + "ms"));
stat.appendChild(document.createTextNode(searchResult["hits"]["total"] + " results in " + searchResult["took"] + "ms"));
let sizeStat = document.createElement("span");
sizeStat.appendChild(document.createTextNode(humanFileSize(searchResult["aggregations"]["total_size"]["value"])));
@@ -267,7 +267,7 @@ function createDocCard(hit) {
}
thumbnailOverlay.appendChild(resolutionBadge);
var format = hit["_source"]["format_name"];
var format = hit["_source"]["format"];
//Hover
if(format === "GIF") {