mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
log untranslated tabs
This commit is contained in:
parent
349b04834e
commit
16dcca8822
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue