remove unnecessary check of existing rd.json on build

This commit is contained in:
dennis.ludwig
2021-07-02 15:52:07 +02:00
parent 291b553618
commit 53084ad3d2
3 changed files with 11 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ exports.showEmptyRings = false;
var messages = {
"languages-and-frameworks": "Languages & Frameworks",
"methods-and-patterns": "Methods & Patterns",
"platforms-and-aoe-services": "Platforms and Operations",
"platforms-and-aoe-services": "Platforms & Operations",
tools: "Tools",
};
var translate = function (key) { return messages[key] || "-"; };