coderdiaz/cvfolio

Support for i18n

Open

#12 opened on Jun 28, 2025

 (1 comment) (0 reactions) (0 assignees)Astro (23 forks)auto 404
enhancementhacktoberfest

Repository metrics

Stars
 (63 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the CVfolio project supports only content on English. The next approach is to support multiples languages like Spanish.

Today, we only have a page for generate the next pages like homepage, projects and posts.

We need to add a prefix for allow content in different languages like:

/ - default content on English /es - content on Spanish

Contributor guide