Detect if Translation is enabled for Entity content type
Read all fields that have translation enabled on Entity content type
For each fields that is of type:

  • text
  • text long
  • link
  • file
  • image
  • do transliteration for each field that has also Column translatable do transliteration

When whole object is transliterated save as entity translation.

Comments

mikispeed created an issue. See original summary.

botanic_spark’s picture

Issue summary: View changes
botanic_spark’s picture

Assigned: Unassigned » botanic_spark
botanic_spark’s picture

Here is patch for transliteration core functionality. This patch also covers drush commands from issue #3028601

botanic_spark’s picture

Status: Active » Needs review
botanic_spark’s picture

This patch still doesn't rely on the configuration, that will be provided in separate patch.

  • botanic_spark committed cc2c7d0 on 8.x-1.x
    Issue #3028596 by botanic_spark: Transliterate based on settings from "...

  • botanic_spark committed 948e558 on 8.x-1.x
    Issue #3028596 by botanic_spark: Transliterate based on settings from "...
botanic_spark’s picture

Status: Needs review » Fixed
botanic_spark’s picture

Status: Fixed » Closed (fixed)