Skip to content

Commit

Permalink
feat(lang): add translations fo projectsData
Browse files Browse the repository at this point in the history
  • Loading branch information
romrosmay committed Aug 12, 2023
1 parent 6ff971f commit 7a67580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/ca/projectsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export let projectsData: Project[] = [
{
type: 'work',
title: 'Weaverse - Constructor de llocs web universals',
description: `El primer constructor de llocs web impulsat per Hydrogen i potenciat per IA. Weaverse és un canal de vendes de Shopify que et permet crear un lloc web en minuts sense necessitat de programar.`,
description: `El primer constructor de llocs web promogut per Hydrogen i potenciat per IA. Weaverse és un canal de vendes de Shopify que et permet crear un lloc web en minuts sense necessitat de programar.`,
imgSrc: '/static/images/weaverse-hydrogen.jpg',
url: 'https://www.weaverse.io?ref=leohuynh.dev',
builtWith: ['Remix', 'Prisma', 'Tailwind', 'OpenAI'],
Expand Down
2 changes: 1 addition & 1 deletion data/es/projectsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export let projectsData: Project[] = [
{
type: 'work',
title: 'Weaverse - Constructor de sitios web universal',
description: `El primer constructor de sitios web impulsado por Hydrogen y potenciado por IA. Weaverse es un canal de ventas de Shopify que te permite crear un sitio web en minutos sin necesidad de programación.`,
description: `El primer constructor de sitios web promovido por Hydrogen y potenciado por IA. Weaverse es un canal de ventas de Shopify que te permite crear un sitio web en minutos sin necesidad de programación.`,
imgSrc: '/static/images/weaverse-hydrogen.jpg',
url: 'https://www.weaverse.io?ref=leohuynh.dev',
builtWith: ['Remix', 'Prisma', 'Tailwind', 'OpenAI'],
Expand Down

0 comments on commit 7a67580

Please sign in to comment.