Archive

Archive for the ‘Drupal’ Category

Steps for Drupal Multi-language website

April 13th, 2010
Steps for Drupal Multi-language website:

*  Login as administrator.

*  Go to Administer > Site Building > Modules (/admin/build/modules)

* Enable Locale & Content Translation modules (under Core Optional Group)

*  Go to Administer > Site Configuration > Languages (admin/settings/language)

* Click on add language tab

* From the drop down of languages, select Marathi & click on Add language button

* On the Languages list page, you will now see mr (Marathi) as a language, enable it & make it default

*  Download drupal translater and install it. (for installation, you need to upload translations directories of openid, system modules and profile related file in drupal default profile directory).

* Go to Administer > Site Building >Translate Interface (admin/build/translate)

* Click on Search Tab (admin/build/translate/search)

* Enter the string / text you wish to translate to Marathi (e.g. Log in)

* If the string is found, a list of all the places where this string is used in Drupal site is displayed.

* In that list, go to the row which you want to translate to another language, click on edit  and add that translation of the string.


Author: garima Categories: Drupal Tags:

Drupal: How to use separate template in separate page

April 13th, 2010

Drupal: Good article for Using Multiple Templates -

Author: garima Categories: Drupal Tags:
Site is Under Construction