mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-11 07:17:00 +00:00
log untranslated tabs
This commit is contained in:
parent
349b04834e
commit
16dcca8822
@ -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…
Reference in New Issue
Block a user