From 886db92ac29e1db19c74bd9256406fd4c001ca97 Mon Sep 17 00:00:00 2001 From: Aboubacar TRAORE Date: Sat, 4 Oct 2025 22:17:42 +0000 Subject: [PATCH] updating messages --- messages/en.json | 17 ++++++++++++++++- messages/fr.json | 5 ++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/messages/en.json b/messages/en.json index 37a9894..7f0eb0a 100644 --- a/messages/en.json +++ b/messages/en.json @@ -1,4 +1,19 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", - "hello_world": "Hello, {name} from en!" + "hello_world": "Hello, {name} from en!", + "name": "Aboubacar TRAORE", + "welcome": { + "header": "welcome", + "before_name": "Hi, I'm", + "after_name": "(aka aboutrax), a Systems Engineer and System Administrator. Feel free to reach out to me if you have any projects in mind, or just to say hello." + }, + "aboutme": { + "header": "About me", + "intro": "I specialize in backend development and ERP solutions, with a strong focus on open-source technologies. I build robust, scalable systems and manage reliable IT infrastructures, tackling complex technical challenges along the way.", + "ending": "Beyond coding, I'm passionate about reading (fiction and manga) and listening to podcast. An unusual hobby of mine is the need of self hosting everything.", + "tools": { + "intro": "My primary tools of choice includes:", + "stacks":"Java,Kotlin,Spring Boot,Typescript,Svelte,Tailwind Css,PostgreSQL,MongoDB" + } + } } diff --git a/messages/fr.json b/messages/fr.json index 079fe44..40a85ab 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -1,4 +1,7 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", - "hello_world": "Hello, {name} from fr!" + "hello_world": "Hello, {name} from fr!", + "welcome": { + "header": "bienvenue" + } }