README.txt 2.3 KB

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