log untranslated tabs

This commit is contained in:
Bnyro 2022-11-01 13:22:23 +01:00
parent 349b04834e
commit 16dcca8822
2 changed files with 4 additions and 1 deletions

View file

@ -204,6 +204,9 @@ export default {
case "Shorts":
translatedTabName = this.$t("video.shorts");
break;
default:
console.error(`Tab name "${tabName}" is not translated yet!`);
break;
}
return translatedTabName;
},