updating messages
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user