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