Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
131 changes: 0 additions & 131 deletions src/content/docs/crowdin/tasks/blend-integration.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ To order translations from BLEND or Gengo, create a task in your Crowdin project

When the task is created, it’s automatically sent to the selected vendor. As soon as translation starts, the related task in Crowdin will automatically change the status to *In Progress*. And when the translations are finished, the task will gain the *Done* status in Crowdin.

<ReadMore>
Read more about [BLEND Integration](/blend-integration/).
</ReadMore>

## Ordering Translations With a Dedicated Manager

The dedicated project manager will manage the translation process for you (involve translators, meet the deadlines, and maintain quality).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Some of the transition agencies are integrated with Crowdin via API. When you de
href="/crowdin-language-services/"
/>
<LinkCard
title="BLEND Integration"
description="Integrate your Crowdin projects with the BLEND agency and allow BLEND translators to work with translation files in Crowdin Editor."
href="/blend-integration/"
title="Automated Translations Ordering"
description="Order automated professional translations from integrated vendors such as BLEND and Gengo."
href="/ordering-professional-translations/#automated-translations-ordering"
/>
</CardGrid>

Expand Down
9 changes: 8 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@

{ "source": "/articles/android-ios-localization/", "destination": "/developer/apps-localization/", "permanent": true },
{ "source": "/authorizing-oauth-apps/", "destination": "/developer/authorizing-oauth-apps/", "permanent": true },
{ "source": "/oht-integration/", "destination": "/blend-integration/", "permanent": true },
{ "source": "/oht-integration/", "destination": "/ordering-professional-translations/#automated-translations-ordering", "permanent": true },
{ "source": "/blend-integration/", "destination": "/ordering-professional-translations/#automated-translations-ordering", "permanent": true },
{ "source": "/da/blend-integration/", "destination": "/da/ordering-professional-translations/#automated-translations-ordering", "permanent": true },
{ "source": "/de/blend-integration/", "destination": "/de/ordering-professional-translations/#automated-translations-ordering", "permanent": true },
{ "source": "/es/blend-integration/", "destination": "/es/ordering-professional-translations/#automated-translations-ordering", "permanent": true },
{ "source": "/fr/blend-integration/", "destination": "/fr/ordering-professional-translations/#automated-translations-ordering", "permanent": true },
{ "source": "/pt/blend-integration/", "destination": "/pt/ordering-professional-translations/#automated-translations-ordering", "permanent": true },
{ "source": "/tr/blend-integration/", "destination": "/tr/ordering-professional-translations/#automated-translations-ordering", "permanent": true },
{ "source": "/configuring-yaml-file/", "destination": "/developer/configuration-file/", "permanent": true },
{ "source": "/configuration-file-v3/", "destination": "/developer/configuration-file/", "permanent": true },
{ "source": "/configuration-file/", "destination": "/developer/configuration-file/", "permanent": true },
Expand Down
Loading