From 8f6d25ee0bdce29bf808c2f1db86410e300fd431 Mon Sep 17 00:00:00 2001 From: Felipe Moreira dos Santos Date: Fri, 30 Jan 2026 19:04:28 -0300 Subject: [PATCH] fix: locale and curriculum --- src/locales/en-US.json | 1 - src/locales/pt-BR.json | 1 - src/views/CurriculumView.vue | 15 ++++++++------- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 64934e3..f37b17b 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -67,7 +67,6 @@ }, "curriculum": { "title": "Professional Experience", - "subtitle": "My career as DevOps and IT", "summary": "I constantly seek to expand my skills and knowledge in DevSecOps, development and architecture. Spreading the DevOps culture and promoting security practices throughout all stages of the software development lifecycle.", "stack": "Tech Stack", "current": "Current", diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index a1998b1..0a4abb1 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -67,7 +67,6 @@ }, "curriculum": { "title": "Experiência Profissional", - "subtitle": "Minha carreira como DevOps e TI", "summary": "Procuro constantemente expandir minhas habilidades e conhecimentos em DevSecOps, desenvolvimento e arquitetura. Espalhando a cultura DevOps e promovendo práticas de segurança em todas as etapas do ciclo de vida do desenvolvimento de software.", "stack": "Stack Tecnológica", "current": "Atual", diff --git a/src/views/CurriculumView.vue b/src/views/CurriculumView.vue index eaef5c2..1047f35 100644 --- a/src/views/CurriculumView.vue +++ b/src/views/CurriculumView.vue @@ -5,7 +5,7 @@ import { useI18n } from 'vue-i18n' const { t, tm } = useI18n() const experienceData = [ - { key: 'vwb', period: 'Feb. 2026 – Current', company: 'Volkswagen Brazil' }, + { key: 'vwb', period: 'Feb. 2026 – Current', company: 'Volkswagen Tech Brazil' }, { key: 'freelancer', period: 'Oct. 2022 – Current', company: 'Freelancer' }, { key: 'landis', period: 'Oct. 2024 – Feb. 2026', company: 'Landis+Gyr' }, { key: 'trimble', period: 'Jul. 2022 – Sep. 2024', company: 'Trimble Inc.' }, @@ -40,19 +40,20 @@ const calculateAge = computed(() => {