Translate all the project

This commit is contained in:
2021-04-17 01:12:59 +02:00
parent 23b1828185
commit 5b65ba0866
24 changed files with 202 additions and 340 deletions

View File

@@ -17,9 +17,7 @@
:title="project.title"
:cover="project.cover"
:description="project.description"
:slug="project.slug"
:tags="project.tags"
:company="project.company"
:url="project.url"
/>
</div>
@@ -53,6 +51,3 @@ export default {
}
}
</script>
<style scoped lang="scss">
</style>