This module provides a Drupal 7 to Drupal 8|9 migration path for UI (User Interface) Translation strings (the one configurable from /admin/config/regional/translate, provided by the Locale module into Drupal core).
- Original strings are migrated from the Drupal 7 locales_source table to the Drupal 8|9 locales_source table
- Translated strings are migrated from the Drupal 7 locales_target table to the Drupal 8|9 locales_target table
- Only strings in the "default" textgroup are migrated
- Only strings that have a translation are migrated
If you are not familiar with migration system, you can start using this module throw the following process :
- Install Migrate Upgrade, Migrate Tools and Migrate Plus modules
- Import your Drupal 7 database into a base your Drupal 8|9 site has access
- Generate migration configuration using drush : drush migrate-upgrade --legacy-db-url=mysql://[mysql-user]:[mysql-password]@[mysql-host]/[drupal-7-database-name] --configure-only (specify your Drupal 7 database credentials).
- Go to /admin/structure/migrate and run the "Locale source" and the "Locale target" migrations
Next you should find migrated translations into the /admin/config/regional/translate page.
Project information
- Project categories: Multilingual
1 site reports using this module
- Created by nixou on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
