Projet

Général

Profil

Paste
Télécharger (3,43 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / i18n / i18n_node / 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 content module, part of the Internationalization
16
(https://www.drupal.org/project/i18n) package, provides extended multilingual
17
options for nodes. These options help accommodate a variety of translation
18
workflows by controlling how the language for nodes is set.
19 b3ab3446 Assos Assos
20 e013fa40 Assos Assos
Note that the Multilingual content module lives in the i18n_node directory
21
in the Internationalization package. Don't confuse this module with the core
22
Content translation module.
23 b3ab3446 Assos Assos
24 e013fa40 Assos Assos
* For a full description of the module visit:
25
  https://www.drupal.org/node/1279644.
26 b3ab3446 Assos Assos
27 e013fa40 Assos Assos
* To submit bug reports and feature suggestions, or to track changes visit
28
  https://www.drupal.org/project/issues/i18n.
29 b3ab3446 Assos Assos
30
31
REQUIREMENTS
32
------------
33
34 e013fa40 Assos Assos
This module requires the following module:
35 b3ab3446 Assos Assos
36 e013fa40 Assos Assos
* Internationalization - https://www.drupal.org/project/i18n
37 b3ab3446 Assos Assos
38
39
RECOMMENDED MODULES
40
-------------------
41
42 e013fa40 Assos Assos
* Internationalization Views - https://www.drupal.org/project/i18nviews
43
* Language Icons - https://www.drupal.org/project/languageicons
44
* Translation Overview - https://www.drupal.org/project/translation_overview
45
* Localization Client - https://www.drupal.org/project/l10n_client
46
* Internationalization contributions -
47
  https://www.drupal.org/project/i18n_contrib
48 b3ab3446 Assos Assos
49
50
INSTALLATION
51
------------
52
53 e013fa40 Assos Assos
This is a submodule of the Internationalization module. Install the
54
Internationalization module as you would normally install a contributed Drupal
55
module. Visit https://www.drupal.org/node/895232 for further information.
56 b3ab3446 Assos Assos
57
58
CONFIGURATION
59
-------------
60
61 e013fa40 Assos Assos
For each content type, the following Extended language options are available
62
under the Multilingual Settings tab.
63
1. "Set current language as default for new content" can be useful for content
64
   that is community-generated.
65 b3ab3446 Assos Assos
2. "Require language" prevents users from creating 'Language neutral' nodes.
66 e013fa40 Assos Assos
3. "Lock language" prevents users from changing the language of a node after
67
   it's created.
68 b3ab3446 Assos Assos
69
Site-wide Settings for Node Translation
70 e013fa40 Assos Assos
1. There are also site-wide settings provided to help streamline how
71
   multilingual content is created. Navigate to Config > Regional and language >
72
   Multilingual settings > Node Options.
73
2. "Switch interface for translating" switches the language of the user
74
   interface to the chosen language when a user translates a node. This is
75
   useful if users speak the language in which the translation is written. It
76
   means that after the node translation is saved, the language of the UI will
77
   match the language of the node.
78
3. "Hide content translation links" will prevent the language switcher links
79
   from appearing in nodes and teasers. This is useful if a language switcher
80
   block is enabled on the site.
81
4. The user can also select the default language for new nodes if the
82
   corresponding content type doesn't have language support. By default, it is
83
   set to be in the default language of the site, but this can be changed to be
84
   language neutral. This is a useful option when thinking about forward
85
   compatibility for adding multilingual support to these content types in the
86
   future.
87 b3ab3446 Assos Assos
88
89
MAINTAINERS
90
-----------
91
92
* Jose Reyero - https://www.drupal.org/u/jose-reyero
93
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
94
* Peter Philipp - https://www.drupal.org/u/das-peter
95
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
96
* Nathaniel Catchpole - https://www.drupal.org/u/catch