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 Multilingual select module, part of the Internationalization
  12. (https://www.drupal.org/project/i18n) package, allows the user to define whether
  13. content is filtered by language on pages provided by Drupal core.
  14. * For a full description of the module visit:
  15. https://www.drupal.org/node/1279512.
  16. * To submit bug reports and feature suggestions, or to track changes visit
  17. https://www.drupal.org/project/issues/i18n.
  18. REQUIREMENTS
  19. ------------
  20. This module requires the following module:
  21. * Internationalization - https://www.drupal.org/project/i18n
  22. * Variable - https://www.drupal.org/project/variable
  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. The module allows the user to configure whether or not to filter pages by the
  39. current language. If the Taxonomy translation submodule is also enabled, an
  40. option will be available for how taxonomy term pages are filtered. It also
  41. allows the exclusion of the module’s language selection handling for some
  42. elements and certain paths.
  43. 1. Enable the Multilingual select module included with Internationalization.
  44. 2. Navigate to Configuration > Regional and language > Multilingual settings >
  45. Selection.
  46. 3. Select nodes and taxonomy can be filtered by language in the Content to
  47. Filter by Language field set.
  48. 4. The "Content Selection Mode" allows content with specific tags to be skipped
  49. by entering a list of tags.
  50. 5. The "Enable for Specific Pages" field set allows specific pages to be
  51. included by path.
  52. 6. After making choices, Save configuration.
  53. MAINTAINERS
  54. -----------
  55. * Jose Reyero - https://www.drupal.org/u/jose-reyero
  56. * Florian Weber (webflo) - https://www.drupal.org/u/webflo
  57. * Peter Philipp - https://www.drupal.org/u/das-peter
  58. * Joseph Olstad - https://www.drupal.org/u/joseph.olstad
  59. * Nathaniel Catchpole - https://www.drupal.org/u/catch