Projet

Général

Profil

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

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

1
CONTENTS OF THIS FILE
2
---------------------
3

    
4
* Introduction
5
* Requirements
6
* Recommended modules
7
* Installation
8
* Configuration
9
* Troubleshooting
10
* Maintainers
11

    
12

    
13
INTRODUCTION
14
------------
15

    
16
The Block languages module, part of the Internationalization (https://www.drupal.org/project/i18n) package, allows the user to configure for which languages each block is visible.
17

    
18
* For a full description of the module, visit https://www.drupal.org/node/1279698
19

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

    
22

    
23
REQUIREMENTS
24
------------
25

    
26
This module requires the following modules:
27

    
28
Internationalization - https://www.drupal.org/project/i18n
29

    
30

    
31
RECOMMENDED MODULES
32
-------------------
33

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

    
40

    
41
INSTALLATION
42
------------
43

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

    
46

    
47
CONFIGURATION
48
-------------
49

    
50
The settings for visibility per language are provided under Visibility Settings via the Languages tab when configuring a block.
51

    
52
The Languages tab also provides a setting for whether the block is translatable. For custom blocks, the block title and the block content will be translatable. For blocks defined by modules, only the block title will be translatable. If "Make this block translatable" is selected, a Translate tab will appear for that block. This tab provides a UI for adding translations of the block in each available language.
53

    
54

    
55
TROUBLESHOOTING
56
---------------
57

    
58
Conflicts with Context
59

    
60
The Block languages module conflicts with the Context module, which alters how blocks are rendered. This issue can be tracked in the Internationalization issue queue: http://drupal.org/node/1343044
61

    
62
String Errors
63

    
64
The user must allow your used string format to be translated on admin/config/regional/i18n/strings or you are going to have a error message like "The string blocks:block:1:body for textgroup blocks is not allowed for translation because of its text format."
65

    
66

    
67
MAINTAINERS
68
-----------
69

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