Projet

Général

Profil

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

root / drupal7 / sites / all / modules / i18n / i18n_variable / 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
INTRODUCTION
12
------------
13

    
14
The Variable translation module, part of the Internationalization (https://www.drupal.org/project/i18n) package, allows the user to translate text and settings that are stored in Drupal as variables. These variables include text such as 'site name' and 'site slogan', as well as settings like 'Default front page' and 'Default 404 page'.
15

    
16
* For a full description of the module, visit https://www.drupal.org/node/1113374
17

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

    
20

    
21
REQUIREMENTS
22
------------
23

    
24
This module requires the following modules:
25

    
26
* Internationalization (https://www.drupal.org/project/i18n)
27
* Variable (https://www.drupal.org/project/variable)
28

    
29

    
30
RECOMMENDED MODULES
31
-------------------
32

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

    
39

    
40
INSTALLATION
41
------------
42

    
43
* 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.
44

    
45

    
46
CONFIGURATION
47
-------------
48

    
49
To enable multilingual variables
50

    
51
1. Enable the Variable translation module included with the Internationalization package.
52
2. Go to Administration > Configuration > Regional and language > Multilingual settings.
53
3. Click on the Variables tab.
54
4. Select the variables that will be multilingual.
55
5. Click Save configuration button.
56

    
57
Once you have the correct settings, they'll be marked with "This is a multilingual variable" when you go to the corresponding administration pages. You must switch the site language while in the administration pages to set the variables for each language. A language switcher link will appear at the top of each administrative page that has multilingual variables.
58

    
59

    
60
MAINTAINERS
61
-----------
62

    
63
* Jose Reyero - https://www.drupal.org/u/jose-reyero
64
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
65
* Peter Philipp - https://www.drupal.org/u/das-peter
66
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
67
* Nathaniel Catchpole - https://www.drupal.org/u/catch