I'm new to the multilingual world of drupal but have managed to get Entity Translation working great. I'm trying to understand how i do the following:
1) view all translated enity fields of all content types
2) view all untranslated fields for my nodes
3) export the untranslated fields into a file to send out for translation
4) import new translation back into my entity translation fields
When i look in Configuration Translate Interface I only see options to find untranslated content by "Built-in Interface" or "menu" i don't see my node fields anywhere. This is the exact interface i'm looking for but i can't seem to find my content. Can someone point me in the right direction here?
Issue fork entity_translation-1922874
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
plachET only provides a translation interface. For more advanced stuff try TMGMT that builds on top of it.