README.txt 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Redirect translation module, part of the Internationalization
  12. (https://www.drupal.org/project/i18n) package, improves search engine
  13. optimization (SEO) for multilingual websites.
  14. It redirects anonymous users (including web crawlers) to the translation of the
  15. page in the requested language, if it exists, using a 301 redirect code.
  16. * For a full description of the module, visit this page:
  17. https://www.drupal.org/node/1280468.
  18. * To submit bug reports and feature suggestions, or to track changes:
  19. https://www.drupal.org/project/issues/i18n.
  20. REQUIREMENTS
  21. ------------
  22. This module requires the following module:
  23. * Internationalization - https://www.drupal.org/project/i18n
  24. The Translation redirect module requires the implementation of
  25. hook_i18n_translate_path by another module for the redirect page to be
  26. determined. Currently, the Multilingual content, Path translation, and Taxonomy
  27. translation modules implement this hook.
  28. RECOMMENDED MODULES
  29. -------------------
  30. * Internationalization Views - https://www.drupal.org/project/i18nviews
  31. * Language Icons - https://www.drupal.org/project/languageicons
  32. * Translation Overview - https://www.drupal.org/project/translation_overview
  33. * Localization Client - https://www.drupal.org/project/l10n_client
  34. * Internationalization contributions -
  35. https://www.drupal.org/project/i18n_contrib
  36. INSTALLATION
  37. ------------
  38. This is a submodule of the Internationalization module. Install the
  39. Internationalization module as you would normally install a contributed Drupal
  40. module. Visit https://www.drupal.org/node/895232 for further information.
  41. CONFIGURATION
  42. -------------
  43. No configuration is necessary.
  44. For node translation, enable the Multilingual content and the Translation
  45. redirect modules. For non-node pages, the redirection hook must be implemented
  46. by the relevant module.
  47. For example, for taxonomy pages, you should enable the Taxonomy translation
  48. module because the module provides the necessary hook code. If you are using the
  49. Path translation module to create translation sets for non-node pages, then it
  50. implements the hook code for determining the redirection page.
  51. MAINTAINERS
  52. -----------
  53. * Jose Reyero - https://www.drupal.org/u/jose-reyero
  54. * Florian Weber (webflo) - https://www.drupal.org/u/webflo
  55. * Peter Philipp - https://www.drupal.org/u/das-peter
  56. * Joseph Olstad - https://www.drupal.org/u/joseph.olstad
  57. * Nathaniel Catchpole - https://www.drupal.org/u/catch