mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-23 14:03:35 +00:00
log untranslated tabs
This commit is contained in:
parent
349b04834e
commit
16dcca8822
@ -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;
|
||||
},
|
||||
|
@ -167,4 +167,4 @@
|
||||
"copied": "Copied!",
|
||||
"cannot_copy": "Can't copy!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user