Skip to content

Commit

Permalink
feat: move to mobile apps and websites
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Jun 3, 2024
1 parent f38847a commit 41183b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const en = {
},
HOMEPAGE: {
HI: `Hi I'm {name:string} {surname:string},`,
ABOUT: `I'm a <strong>Software Developer</strong> focused on Svelte and TypeScript with a passion for Web Development. I enjoy working on challenging projects, value collaboration and problem-solving.`,
ABOUT: `I'm a <strong>Software Developer</strong> focused on Svelte and TypeScript with a passion for Mobile Development and Websites. I enjoy working on challenging projects, value collaboration and problem-solving.`,
LATEST_NOTES: 'Latest Notes',
},
} satisfies BaseTranslation;
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/es/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const es = {
HOMEPAGE: {
HI: 'Hola soy {name:string} {surname:string},',
ABOUT:
'Soy un <strong>Desarrollador de Software</strong> enfocado en Svelte y TypeScript apasionado por el Desarrollo Web. Disfruto trabajar en proyectos desafiantes, valoro la colaboración y la resolución de problemas.',
'Soy un <strong>Desarrollador de Software</strong> enfocado en Svelte y TypeScript apasionado por el Desarrollo de Aplicaciones Móviles y Páginas Web. Disfruto trabajar en proyectos desafiantes, valoro la colaboración y la resolución de problemas.',
LATEST_NOTES: 'Últimas notas',
},
} satisfies BaseTranslation;
Expand Down

0 comments on commit 41183b3

Please sign in to comment.