Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Loco Translate

42 sites Security covered
View on drupal.org

Loco Translate integrates your Drupal site with the Loco translation platform. It allows you to push translation keys to Loco and pull translations back into Drupal, streamlining your multilingual website development workflow.

Loco Translate provides a normalised way to collect & gather internationalisation assets & translations into & from Loco.
Ensure an enhanced Developer Experience (DX) when dealing with translations & multilingual websites.

📖 Read the article 📖

You need Loco Translate if

  • You want to use Loco as your Master Sass translation platform
  • You want to push automatically a .po file from your Drupal instance to Loco,
  • You want your Drupal environment to be updated automatically or manually from your Loco Sass,
  • You want to use a module based on the Core Translation API,
  • You want to deal with translation outside of Drupal UI,

Loco Translate can do a lot more than that, but those are some of the obvious uses of this module.

Features

  • Offers a Dashboard to overview translations progress on Loco,
  • Provide a utility script to push assets keys from Drupal to Loco,
  • Expose a Drush command to pull assets & translations from Loco to Drupal,

Standard usage scenario

TBD

Versions

This module works on Drupal 8, Drupal 9, Drupal 10 & Drupal 11 !

The latest version should work with all Drupal 9/10/11 releases using Drush 10+,
and it is always recommended keeping Drupal core installations up to date.

Which version should I use?

Drupal Core Loco Translate 8.7.x 1.x 8.8.x 2.1 8.9.x 2.1 9.x 2.x 10.x 3.0.x 11.x 3.0.x

Dependencies

This module relies on Loco & the Loco PHP SDK.

  • Loco PHP SDK is an external PHP library to communicate with the Loco API.

We assume, that you have installed loco/loco using Composer.

Supporting organizations

This project is sponsored by Antistatique. We are a Swiss Web Agency, Visit us at www.antistatique.net or Contact us.

Getting Started

We highly recommend you to install the module using composer.

composer require drupal/loco-translate

You can also install it using the drush or drupal console cli.

drush dl loco-translate
drupal module:install loco-translate

Configure your API Keys - as required by Loco - by adding the following code in your settings.php

/**
  * Loco Translate Export Key.
  *
  * @var string
*/
$config['loco_translate.settings']['api']['readonly_key'] = 'YOUR-KEY-HERE';

/**
  * Loco Translate Full Access Key.
  *
  * @var string
*/
$config['loco_translate.settings']['api']['fullaccess_key'] = 'YOUR-KEY-HERE';

Exposed Drush Commands

This module is shipped with drush commands to assist you in your workflow.

Push Command

The Push command will create new translations keys (a.k.a assets) into your Loco SaSS - from a reference .po files which should be in your Drupal or Local environmment:

drush loco:push --language="fr" ./translations/fr.po

Pull Command

The Pull command will fetch keys & translations from your Loco SaSS into Drupal:

drush loco:pull fr

Know issues

Getting the message 'Download error. Could not move downloaded file from Loco to destination translations://.'

Add the following code in your settings.php

/**
 * Translations file path.
 */
$config['locale.settings']['translation']['path'] = '/var/www/web/sites/default/files/translations';

Activity

Total releases
6
First release
May 2025
Latest release
2 weeks ago
Releases (12 mo)
5 ▲ from 1
Maintenance
Active

Release Timeline

Releases

Version Type Release date
3.0.8 Stable Jul 2, 2026
3.0.7 Stable May 15, 2026
3.0.6 Stable Apr 20, 2026
3.0.5 Stable Jan 26, 2026
3.0.4 Stable Aug 25, 2025
3.0.3 Stable May 15, 2025