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 b3ab3446 Assos Assos
CONTENTS OF THIS FILE
2
---------------------
3
4
* Introduction
5
* Requirements
6
* Recommended modules
7
* Installation
8
* Configuration
9
* Maintainers
10
11 e013fa40 Assos Assos
12 b3ab3446 Assos Assos
INTRODUCTION
13
------------
14
15 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
21 e013fa40 Assos Assos
* For a full description of the module, visit:
22
  https://www.drupal.org/node/1113374.
23 b3ab3446 Assos Assos
24 e013fa40 Assos Assos
* To submit bug reports and feature suggestions, or to track changes visit:
25
  https://www.drupal.org/project/issues/i18n.
26 b3ab3446 Assos Assos
27
28
REQUIREMENTS
29
------------
30
31
This module requires the following modules:
32
33 e013fa40 Assos Assos
* Internationalization  - https://www.drupal.org/project/i18n
34
* Variable - https://www.drupal.org/project/variable
35 b3ab3446 Assos Assos
36
37
RECOMMENDED MODULES
38
-------------------
39
40 e013fa40 Assos Assos
* 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 b3ab3446 Assos Assos
47
48
INSTALLATION
49
------------
50
51 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
55
56
CONFIGURATION
57
-------------
58
59
To enable multilingual variables
60
61 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
4. Select the variables that will be multilingual.
67 e013fa40 Assos Assos
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 b3ab3446 Assos Assos
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