README.txt 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. INTRODUCTION
  2. ------------
  3. Module provides actions for management translations of entities using Views Bulk
  4. Operations module.
  5. * For a full description of the module, visit the project page:
  6. http://drupal.org/project/entity_translation_actions
  7. * To submit bug reports and feature suggestions, or to track changes:
  8. http://drupal.org/project/issues/entity_translation_actions
  9. REQUIREMENTS
  10. ------------
  11. This module requires the following modules:
  12. * Entity translations (https://drupal.org/project/entity_translation);
  13. * Views Bulk Operations (https://drupal.org/project/views_bulk_operations).
  14. INSTALLATION
  15. ------------
  16. Install as usual, see
  17. https://drupal.org/documentation/install/modules-themes/modules-7
  18. for further information.
  19. CONFIGURATION
  20. -------------
  21. Create new view for entities list in Administration » Structure » Views
  22. » Add ( /admin/structure/views/add ).
  23. - Select type of entity. Click "Continue & edit".
  24. - For a new view add field "Bulk operations".
  25. - In group "Selected bulk operations" enable option "Modify entity
  26. translations".
  27. - Add other fields and filters for view.
  28. USAGE
  29. -----
  30. Got to page of created view. Select list of entities and apply operation
  31. "Modify entity translations". On next page select operation from a list.
  32. * Add translation. This operation will copy existed translation and create new
  33. translation for selected language.
  34. * Set translation. This operation will update entity language.
  35. If translation for selected language doesn`t exist - it will be created based
  36. on old entity language.
  37. * Delete translation. This operation will delete translation for selected
  38. language.
  39. If selected language equal to entity language - entity language will be set
  40. to "und".
  41. CONTACT
  42. -------
  43. Current maintainers:
  44. * Adyax (Open Source Experts) - https://drupal.org/marketplace/adyax
  45. * Vitalii Tkachenko (vtkachenko) - https://drupal.org/user/2921049