From 965139f62623c7d5bb9d678127e0a8cfffdc41cc Mon Sep 17 00:00:00 2001 From: JesusPerez <jpl@jesusperez.pro> Date: Mon, 10 Jan 2022 23:52:54 +0000 Subject: [PATCH] chore: fix missing cv --- components.d.ts | 2 ++ locales/en.yaml | 6 ++++++ locales/es.yaml | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/components.d.ts b/components.d.ts index a7c563c..9be60d6 100644 --- a/components.d.ts +++ b/components.d.ts @@ -4,10 +4,12 @@ declare module 'vue' { export interface GlobalComponents { + CarbonDicomOverlay: typeof import('~icons/carbon/dicom-overlay')['default'] CarbonEdit: typeof import('~icons/carbon/edit')['default'] CarbonErase: typeof import('~icons/carbon/erase')['default'] CarbonHome: typeof import('~icons/carbon/home')['default'] CarbonLanguage: typeof import('~icons/carbon/language')['default'] + CarbonWarning: typeof import('~icons/carbon/warning')['default'] Footer: typeof import('./src/components/Footer.vue')['default'] MenuLocales: typeof import('./src/components/MenuLocales.vue')['default'] MessageBox: typeof import('./src/components/MessageBox.vue')['default'] diff --git a/locales/en.yaml b/locales/en.yaml index a2ddfeb..aac89a8 100644 --- a/locales/en.yaml +++ b/locales/en.yaml @@ -89,6 +89,12 @@ cv: onweb: On the Web mission: Mission mission_how: Missión detail + work_experience: Work Experience + projects: Projects + teaching: Teaching + talks: Talks + education: Education + others: Others lang: spanish: Spanish diff --git a/locales/es.yaml b/locales/es.yaml index cc4e8b8..83415de 100644 --- a/locales/es.yaml +++ b/locales/es.yaml @@ -87,6 +87,12 @@ cv: onweb: En la Web mission: Misión mission_how: Detalle misión + work_experience: Experiencia + projects: Proyectos + education: Educación + teaching: Enseñanza + talks: Charlas + others: Otros lang: spanish: Español