README.txt 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Field translation module, part of the Internationalization (https://www.drupal.org/project/i18n) package, allows for translation of text associated with a field's settings including the label, help text, default value, and list options.
  12. * For a full description of the module, visit this page https://www.drupal.org/node/1279346
  13. * To submit bug reports and feature suggestions, or to track changes visit https://www.drupal.org/project/issues/i18n
  14. REQUIREMENTS
  15. ------------
  16. This module requires the following modules:
  17. Internationalization (https://www.drupal.org/project/i18n)
  18. RECOMMENDED MODULES
  19. -------------------
  20. * Internationalization Views (https://www.drupal.org/project/i18nviews)
  21. * Language Icons (https://www.drupal.org/project/languageicons)
  22. * Translation Overview (https://www.drupal.org/project/translation_overview)
  23. * Localization Client (https://www.drupal.org/project/l10n_client)
  24. * Internationalization contributions (https://www.drupal.org/project/i18n_contrib)
  25. INSTALLATION
  26. ------------
  27. * This is a submodule of the Internationalization module. Install the Internationalization module as you would normally install a contributed Drupal module. Visit https://drupal.org/documentation/install/modules-themes/modules-7 for further information.
  28. CONFIGURATION
  29. -------------
  30. 1. Enable the Field translation module included with Internationalization.
  31. 2. Go to Administration > Configuration > Regional and language > Translate interface.
  32. 3. Click on Filter Translatable Strings field set and limit search to fields.
  33. 4. Edit the desired field and Save.
  34. For the translation to be displayed, you need to use some of the Field Formatters provided by this module whose name usually ends up in 'translated'. For most core fields it is Default translated.
  35. Note: The Field Translation module does not provide content translation for fields. This functionality is provided by the Entity Translation (ET) module.
  36. MAINTAINERS
  37. -----------
  38. * Jose Reyero - https://www.drupal.org/u/jose-reyero
  39. * Florian Weber (webflo) - https://www.drupal.org/u/webflo
  40. * Peter Philipp - https://www.drupal.org/u/das-peter
  41. * Joseph Olstad - https://www.drupal.org/u/joseph.olstad
  42. * Nathaniel Catchpole - https://www.drupal.org/u/catch