Fix translation ids
This commit is contained in:
parent
f71449985d
commit
df24388d95
@ -69,12 +69,12 @@ const Skills: React.FC = () => {
|
||||
{intl.formatMessage({
|
||||
defaultMessage:
|
||||
"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({
|
||||
defaultMessage:
|
||||
"In recent years, the main focus was on Go to write tooling and backend services.",
|
||||
id: "Skills.backendDevelopment",
|
||||
id: "Skills.backendDevelopmentSum2",
|
||||
})}
|
||||
</Skill>
|
||||
<Skill title="Infrastructure operations">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user