1
|
********************************************************************
|
2
|
D R U P A L M O D U L E
|
3
|
********************************************************************
|
4
|
Internationalization.
|
5
|
Provides multilingual features.
|
6
|
|
7
|
********************************************************************
|
8
|
This is the 7.x version of i18n module, and works with Drupal 7.x
|
9
|
********************************************************************
|
10
|
|
11
|
********************************************************************
|
12
|
Updated documentation will be kept on-line at http://drupal.org/node/133977
|
13
|
********************************************************************
|
14
|
|
15
|
INSTALLATION:
|
16
|
============
|
17
|
1. Create folder 'sites/all/modules/i18n' and copy all the modules files, keeping directory structure, to this folder.
|
18
|
2. If updating, run the update.php script following the standard procedure for Drupal updates.
|
19
|
|
20
|
UPGRADING FROM DRUPAL 6:
|
21
|
=======================
|
22
|
- Read up to date instructions at http://drupal.org/node/1113358
|
23
|
|
24
|
POST-INSTALLATION/CONFIGURATION:
|
25
|
================================
|
26
|
- First of all review Drupal language settings and make sure you have chosen the right default language.
|
27
|
- Enable the needed modules grouped under "Internationalization" package
|
28
|
- Read the on-line handbook on
|
29
|
|
30
|
IMPORTANT:
|
31
|
==========
|
32
|
- This module requires a complex set up, make sure you read the handbook and understand the different options
|
33
|
- Before creating a support request, do read the handbook: http://drupal.org/node/133977
|
34
|
|
35
|
Additional Support
|
36
|
==================
|
37
|
See README.txt
|
38
|
|
39
|
====================================================================
|
40
|
Jose A. Reyero, drupal at reyero dot net, http://reyero.net
|