Skip to content

Commit

Permalink
feat(projects): add more info
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosirera committed Aug 26, 2020
1 parent 33ca4c8 commit b2ef159
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"minute": "minuto | minutos"
},
"projects": {
"githubProfile": "perfil de Github",
"githubRanking": "🚀 Crea tu ranking sobre contribuciones de github",
"learningTracker": "Learning tracker sobre mis conocimientos.",
"nearestBin": "🗑 Busca tu papelera más cercana",
"portfolio": "Mi portfolio ✌️",
"showMore": "Si quieres ver más proyectos visita mi",
"timeline": "Timeline minimalista ⏳ con VueJS 💚.",
"title": "Mis proyectos",
"titleSEO": "Lista de proyectos personales | Pablo Sirera",
Expand Down
6 changes: 6 additions & 0 deletions pages/projects/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
:project="project"
/>
</section>
<p class="text-center">
{{ $t('projects.showMore') }}
<TheLink url="https://github.com/pablosirera">
{{ $t('projects.githubProfile') }}
</TheLink>
</p>
</section>
</template>

Expand Down

0 comments on commit b2ef159

Please sign in to comment.