Fix translation ids

This commit is contained in:
Arnie
2024-10-21 14:52:24 +02:00
parent f71449985d
commit df24388d95
+2 -2
View File
@@ -69,12 +69,12 @@ const Skills: React.FC = () => {
{intl.formatMessage({ {intl.formatMessage({
defaultMessage: defaultMessage:
"Deep knowledge of backend operations, mostly supporting web based applications using various technologies, programming languages and frameworks.", "Deep knowledge of backend operations, mostly supporting web based applications using various technologies, programming languages and frameworks.",
id: "Skills.backendDevelopment", id: "Skills.backendDevelopmentSum1",
})} })}
{intl.formatMessage({ {intl.formatMessage({
defaultMessage: defaultMessage:
"In recent years, the main focus was on Go to write tooling and backend services.", "In recent years, the main focus was on Go to write tooling and backend services.",
id: "Skills.backendDevelopment", id: "Skills.backendDevelopmentSum2",
})} })}
</Skill> </Skill>
<Skill title="Infrastructure operations"> <Skill title="Infrastructure operations">