Drupal 8/9/10
Easily manage translations for Drupal content with Lingotek’s connector.
- Start by installing and activating the Lingotek translation module
- Next, choose your settings
- Then send translatable content to Lingotek
- [Complete translations in Lingotek]
- Publish translations to your Drupal site
Install the Module
The quickest way to download and enable the Lingotek translation module is by using the following drush commands:
- drush dl lingotek
- drush en lingotek
or composer require drupal/lingotek if you are handling your dependencies with composer.
Required Modules
All dependencies are part of Drupal Core and probably already enabled on your site:
Field, File, Language, Interface Translation, Content Translation, Configuration Translation
Activate the Module
Once the Lingotek module is installed, activate it from the main Drupal menu.
- From the Drupal management menu, select Manage.
- Then choose Extend.
- In the search bar, type Lingotek.
- Check to select the Lingotek Translation module and then click Install.
Once installation is complete, a new translation icon will appear on the Drupal Manage menu.
Tip: Click this icon to manage your translations and translation settings.
Choose Your Settings
To start using the plugin, you’ll want to choose a few default settings. For example, decide which languages to translate into and which types of content to translate.
- Choose settings
- Choose languages
- Choose which pages to translate
- Choose which fields to translate
- Choose whether to publish/request translations automatically. (Manual options also available).
Choose Settings
The first time you login, you’ll be directed to the configuration page.
From the Manage tab, click a link to start choosing your settings.
If you need to access these links later, go to the main Drupal menu and select
- Manage > Configuration > Lingotek Translation
- Manage > Translation > Settings
Next: Get Started