Projet

Général

Profil

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

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

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 Variable translation module, part of the Internationalization
16
(https://www.drupal.org/project/i18n) package, allows the user to translate text
17
and settings that are stored in Drupal as variables. These variables include
18
text such as 'site name' and 'site slogan', as well as settings like 'Default
19
front page' and 'Default 404 page'.
20

    
21
* For a full description of the module, visit:
22
  https://www.drupal.org/node/1113374.
23

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

    
27

    
28
REQUIREMENTS
29
------------
30

    
31
This module requires the following modules:
32

    
33
* Internationalization  - https://www.drupal.org/project/i18n
34
* Variable - https://www.drupal.org/project/variable
35

    
36

    
37
RECOMMENDED MODULES
38
-------------------
39

    
40
* Internationalization Views - https://www.drupal.org/project/i18nviews
41
* Language Icons - https://www.drupal.org/project/languageicons
42
* Translation Overview - https://www.drupal.org/project/translation_overview
43
* Localization Client - https://www.drupal.org/project/l10n_client
44
* Internationalization contributions -
45
  https://www.drupal.org/project/i18n_contrib
46

    
47

    
48
INSTALLATION
49
------------
50

    
51
This is a submodule of the Internationalization module. Install the
52
Internationalization module as you would normally install a contributed Drupal
53
module. Visit https://www.drupal.org/node/895232 for further information.
54

    
55

    
56
CONFIGURATION
57
-------------
58

    
59
To enable multilingual variables
60

    
61
1. Enable the Variable translation module included with the Internationalization
62
   package.
63
2. Go to Administration > Configuration > Regional and language > Multilingual
64
   settings.
65
3. Select on the Variables tab.
66
4. Select the variables that will be multilingual.
67
5. Save configuration.
68

    
69
Once the user has the correct settings, they'll be marked with "This is a
70
multilingual variable" when the user navigates to the corresponding
71
administration pages. The user must switch the site language while in the
72
administration pages to set the variables for each language. A language switcher
73
link will appear at the top of each administrative page that has multilingual
74
variables.
75

    
76

    
77
MAINTAINERS
78
-----------
79

    
80
* Jose Reyero - https://www.drupal.org/u/jose-reyero
81
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
82
* Peter Philipp - https://www.drupal.org/u/das-peter
83
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
84
* Nathaniel Catchpole - https://www.drupal.org/u/catch