Files
portfolio/public/locales/en/translation.json
T
sylvaintr b012f28dd8 feat: add hooks for IP and project management, implement routing and internationalization
- Created `useIpPublic` hook for fetching public IP.
- Developed `useProjets`, `useProjet`, `useCreateProjet`, and `useEditProjet` hooks for project management.
- Implemented i18n configuration for internationalization support.
- Added global CSS styles and main application entry point.
- Established routing with lazy-loaded components for better performance.
- Created sections for Home, About, CV, and Projects with responsive design.
- Integrated form handling for project creation and editing with validation.
- Added footer and navigation bar components.
- Defined project types and validation schemas.
- Configured TypeScript and Vite for the project setup.
2026-02-10 10:43:28 +01:00

14 lines
1.1 KiB
JSON

{
"LANGUE": "🇬🇧",
"FRENCH": "French",
"english": "English",
"show_more": "Show more",
"ABOUT_ME": "About Me",
"MY_PROJECTS": "My Projects",
"Paragraph1_ABOUT_ME": "I am a third-year Computer Science student at BUT Informatique in Anglet. Passionate about development, I enjoy exploring new technologies and deepening my programming knowledge, particularly through personal projects. Outside of my studies, I dedicate part of my free time to my passion for cycling, which allows me to recharge, explore new landscapes, and stay fit.",
"Paragraph2_ABOUT_ME": "On this portfolio, you will find a selection of my projects completed during my studies and personal experiences. Each project reflects my commitment to code quality, innovation, and solving complex problems. Feel free to browse the different sections to learn more about my background, skills, and achievements.",
"SEE_ALL_PROJECTS": "See All Projects",
"CONTACT_ME": "Contact Me",
"CREATE_PROJECT": "Create Project",
"EDIT_PROJECT": "Edit Project"
}