This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user