Problem / motivation
Drupal 7 has a contributed module Entity Translation which allows to have field level translations on fieldable entities. This capability has moved to core in Drupal 8.
The scope of this issue is
- Migrate the actual translated data of the taxonomy term fields.
Remaining tasks
- Write the patch
- Review
- Commit