Projet

Général

Profil

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

root / drupal7 / sites / all / modules / i18n / i18n_field / 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 Field translation module, part of the Internationalization (https://www.drupal.org/project/i18n) package, allows for translation of text associated with a field's settings including the label, help text, default value, and list options.
16

    
17
* For a full description of the module, visit this page https://www.drupal.org/node/1279346
18

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

    
21

    
22
REQUIREMENTS
23
------------
24

    
25
This module requires the following modules:
26

    
27
Internationalization (https://www.drupal.org/project/i18n)
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. Visit https://drupal.org/documentation/install/modules-themes/modules-7 for further information.
44

    
45

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

    
49
1. Enable the Field translation module included with Internationalization.
50
2. Go to Administration > Configuration > Regional and language > Translate interface.
51
3. Click on Filter Translatable Strings field set and limit search to fields.
52
4. Edit the desired field and Save.
53
For the translation to be displayed, you need to use some of the Field Formatters provided by this module whose name usually ends up in 'translated'. For most core fields it is Default translated.
54

    
55
Note: The Field Translation module does not provide content translation for fields. This functionality is provided by the Entity Translation (ET) module.
56

    
57

    
58
MAINTAINERS
59
-----------
60

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