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
Comment #3
quietone commentedAs 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.