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":
|
case "Shorts":
|
||||||
translatedTabName = this.$t("video.shorts");
|
translatedTabName = this.$t("video.shorts");
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
console.error(`Tab name "${tabName}" is not translated yet!`);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return translatedTabName;
|
return translatedTabName;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -167,4 +167,4 @@
|
||||||
"copied": "Copied!",
|
"copied": "Copied!",
|
||||||
"cannot_copy": "Can't copy!"
|
"cannot_copy": "Can't copy!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue