Projet

Général

Profil

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

root / drupal7 / sites / all / modules / i18n / i18n_field / 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
12
INTRODUCTION
13
------------
14
15 e013fa40 Assos Assos
The Field translation module, part of the Internationalization
16
(https://www.drupal.org/project/i18n) package, allows for translation of text
17
associated with a field's settings including the label, help text, default
18
value, and list options.
19 b3ab3446 Assos Assos
20 e013fa40 Assos Assos
* For a full description of the module, visit this page
21
  https://www.drupal.org/node/1279346.
22 b3ab3446 Assos Assos
23 e013fa40 Assos Assos
* To submit bug reports and feature suggestions, or to track changes visit
24
  https://www.drupal.org/project/issues/i18n.
25 b3ab3446 Assos Assos
26
27
REQUIREMENTS
28
------------
29
30 e013fa40 Assos Assos
This module requires the following module:
31 b3ab3446 Assos Assos
32 e013fa40 Assos Assos
* Internationalization - https://www.drupal.org/project/i18n
33 b3ab3446 Assos Assos
34
35
RECOMMENDED MODULES
36
-------------------
37
38 e013fa40 Assos Assos
* Internationalization Views - https://www.drupal.org/project/i18nviews
39
* Language Icons - https://www.drupal.org/project/languageicons
40
* Translation Overview - https://www.drupal.org/project/translation_overview
41
* Localization Client - https://www.drupal.org/project/l10n_client
42
* Internationalization contributions -
43
  https://www.drupal.org/project/i18n_contrib
44 b3ab3446 Assos Assos
45
46
INSTALLATION
47
------------
48
49 e013fa40 Assos Assos
This is a submodule of the Internationalization module. Install the
50
Internationalization module as you would normally install a contributed Drupal
51
module. Visit https://www.drupal.org/node/895232 for further information.
52 b3ab3446 Assos Assos
53
54
CONFIGURATION
55
-------------
56
57
1. Enable the Field translation module included with Internationalization.
58 e013fa40 Assos Assos
2. Go to Administration > Configuration > Regional and language > Translate
59
   interface.
60
3. Select the Filter Translatable Strings field set and limit search to fields.
61 b3ab3446 Assos Assos
4. Edit the desired field and Save.
62
63 e013fa40 Assos Assos
For the translation to be displayed, the user needs to use some of the Field
64
Formatters provided by this module whose name usually ends up in 'translated'.
65
For most core fields it is Default translated.
66
67
Note: The Field Translation module does not provide content translation for
68
fields. This functionality is provided by the Entity Translation (ET) module.
69 b3ab3446 Assos Assos
70
71
MAINTAINERS
72
-----------
73
74
* Jose Reyero - https://www.drupal.org/u/jose-reyero
75
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
76
* Peter Philipp - https://www.drupal.org/u/das-peter
77
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
78
* Nathaniel Catchpole - https://www.drupal.org/u/catch