Projet

Général

Profil

Paste
Télécharger (2,57 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / i18n / i18n_select / README.txt @ 9faa5de0

1 b3ab3446 Assos Assos
CONTENTS OF THIS FILE
2
---------------------
3
4
* Introduction
5
* Requirements
6
* Recommended modules
7
* Installation
8
* Configuration
9
* Maintainers
10
11
12
INTRODUCTION
13
------------
14
15 e013fa40 Assos Assos
The Multilingual select module, part of the Internationalization
16
(https://www.drupal.org/project/i18n) package, allows the user to define whether
17
content is filtered by language on pages provided by Drupal core.
18 b3ab3446 Assos Assos
19 e013fa40 Assos Assos
* For a full description of the module visit:
20
  https://www.drupal.org/node/1279512.
21 b3ab3446 Assos Assos
22 e013fa40 Assos Assos
* To submit bug reports and feature suggestions, or to track changes visit
23
  https://www.drupal.org/project/issues/i18n.
24 b3ab3446 Assos Assos
25
26
REQUIREMENTS
27
------------
28
29 e013fa40 Assos Assos
This module requires the following module:
30 b3ab3446 Assos Assos
31 e013fa40 Assos Assos
* Internationalization - https://www.drupal.org/project/i18n
32
* Variable - https://www.drupal.org/project/variable
33 b3ab3446 Assos Assos
34
35
RECOMMENDED MODULES
36
-------------------
37
38 e013fa40 Assos Assos
* Internationalization Views - https://www.drupal.org/project/i18nviews
39
* Language Icons - https://www.drupal.org/project/languageicons
40
* Translation Overview - https://www.drupal.org/project/translation_overview
41
* Localization Client - https://www.drupal.org/project/l10n_client
42
* Internationalization contributions -
43
  https://www.drupal.org/project/i18n_contrib
44 b3ab3446 Assos Assos
45
46
INSTALLATION
47
------------
48
49 e013fa40 Assos Assos
This is a submodule of the Internationalization module. Install the
50
Internationalization module as you would normally install a contributed Drupal
51
module. Visit https://www.drupal.org/node/895232 for further information.
52 b3ab3446 Assos Assos
53
54
CONFIGURATION
55
-------------
56
57 e013fa40 Assos Assos
The module allows the user to configure whether or not to filter pages by the
58
current language. If the Taxonomy translation submodule is also enabled, an
59
option will be available for how taxonomy term pages are filtered. It also
60
allows the exclusion of the module’s language selection handling for some
61
elements and certain paths.
62 b3ab3446 Assos Assos
63
1. Enable the Multilingual select module included with Internationalization.
64 e013fa40 Assos Assos
2. Navigate to Configuration > Regional and language > Multilingual settings >
65
   Selection.
66
3. Select nodes and taxonomy can be filtered by language in the Content to
67
   Filter by Language field set.
68
4. The "Content Selection Mode" allows content with specific tags to be skipped
69
   by entering a list of tags.
70
5. The "Enable for Specific Pages" field set allows specific pages to be
71
   included by path.
72
6. After making choices, Save configuration.
73 b3ab3446 Assos Assos
74
75
MAINTAINERS
76
-----------
77
78
* Jose Reyero - https://www.drupal.org/u/jose-reyero
79
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
80
* Peter Philipp - https://www.drupal.org/u/das-peter
81
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
82
* Nathaniel Catchpole - https://www.drupal.org/u/catch