Projet

Général

Profil

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

root / drupal7 / sites / all / modules / i18n / i18n_node / README.txt @ b3ab3446

1
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
The Multilingual content module, part of the Internationalization (https://www.drupal.org/project/i18n) package, provides extended multilingual options for nodes. These options help accommodate a variety of translation workflows by controlling how the language for nodes is set.
16

    
17
Note that the Multilingual content module lives in the i18n_node directory in the Internationalization package. Don't confuse this module with the core Content translation module.
18

    
19
* For a full description of the module visit https://www.drupal.org/node/1279644
20

    
21
* To submit bug reports and feature suggestions, or to track changes visit https://www.drupal.org/project/issues/i18n
22

    
23

    
24
REQUIREMENTS
25
------------
26

    
27
This module requires the following modules:
28

    
29
* Internationalization (https://www.drupal.org/project/i18n)
30

    
31

    
32
RECOMMENDED MODULES
33
-------------------
34

    
35
* Internationalization Views (https://www.drupal.org/project/i18nviews)
36
* Language Icons (https://www.drupal.org/project/languageicons)
37
* Translation Overview (https://www.drupal.org/project/translation_overview)
38
* Localization Client (https://www.drupal.org/project/l10n_client)
39
* Internationalization contributions (https://www.drupal.org/project/i18n_contrib)
40

    
41

    
42
INSTALLATION
43

    
44
------------
45

    
46
* This is a submodule of the Internationalization module. Install the Internationalization module as you would normally install a contributed Drupal module. See https://www.drupal.org/docs/7/extending-drupal-7/installing-contributed-modules-find-import-enable-configure-drupal-7 for further information.
47

    
48

    
49
CONFIGURATION
50
-------------
51

    
52
For each content type, the following Extended language options are available under the Multilingual Settings tab
53
1. "Set current language as default for new content" can be useful for content that is community-generated.
54
2. "Require language" prevents users from creating 'Language neutral' nodes.
55
3. "Lock language" prevents users from changing the language of a node after it's created.
56

    
57
Site-wide Settings for Node Translation
58
1. There are also site-wide settings provided to help streamline how multilingual content is created. Navigate to Config > Regional and language > Multilingual settings > Node Options.
59
2. "Switch interface for translating" switches the language of the user interface to the chosen language when a user translates a node. This is useful if users speak the language in which the translation is written. It means that after the node translation is saved, the language of the UI will match the language of the node.
60
3. "Hide content translation links" will prevent the language switcher links from appearing in nodes and teasers. This is useful if a language switcher block is enabled on the site.
61
4.You can also select the default language for new nodes if the corresponding content type doesn't have language support. By default, it is set to be in the default language of the site, but this can be changed to be language neutral. This is a useful option when thinking about forward compatibility for adding multilingual support to these content types in the future.
62

    
63

    
64
MAINTAINERS
65
-----------
66

    
67
* Jose Reyero - https://www.drupal.org/u/jose-reyero
68
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
69
* Peter Philipp - https://www.drupal.org/u/das-peter
70
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
71
* Nathaniel Catchpole - https://www.drupal.org/u/catch