translate hardcoded strings

This commit is contained in:
p0lycarpio
2023-10-26 15:26:14 +02:00
parent 08b6f3b70a
commit 97a9fa94a0
24 changed files with 107 additions and 71 deletions

View File

@@ -30,8 +30,10 @@ export default defineComponent({
actions,
};
},
head: {
title: "Categories",
head() {
return {
title: this.$tc("category.categories"),
};
},
});
</script>