Problem/Motivation

Variables can be set as multilingual using i18n module.

Proposed resolution

Create a source and destination plugin to migrate the data in the D7 {i18n_variable} table (name, language, value). The existing D6 plugins are likely suitable. Refer to #2225477: Add migrate sources and destinations for D6 i18n variables

Remaining tasks

Add data to the dump
Write the plugins and tests

Comments

quietone created an issue. See original summary.

Version: 8.6.x-dev » 8.7.x-dev

Drupal 8.6.0-alpha1 will be released the week of July 16, 2018, which means new developments and disruptive changes should now be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

quietone’s picture

Status: Active » Closed (won't fix)

As much as I dislike small incremental changes to the test fixture it seems the way to go for the i18n variables. Sigh.
Closing this and changes will be in the individual migrations.