Fix translation ids
This commit is contained in:
parent
f71449985d
commit
df24388d95
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user