This commit is contained in:
2021-07-21 23:20:13 +00:00
parent 91d0692fd8
commit 8d3a614b9c
4 changed files with 8 additions and 8 deletions

View File

@@ -71,7 +71,8 @@ export default {
},
get(key) {
if (!key) {
return "??NO_TRANSLATION_KEY";
console.trace("translation.js::get, no translation key was presented");
return "";
}
//no translation for Wiki
if (key == "Wiki") {