liip/drupaltranslationmodule

The translation module provides an API to manuipulate the phrases and keys of the translation ability in Drupal 7.

Installs: 1 028

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 61

Forks: 1

Open Issues: 1

Type:drupal-module

dev-master 2014-03-13 15:30 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:09:34 UTC


README

This module provides an API to the translation ability of Drupal 7.

##Current Travis Status

Build Status

Composer

Add the following lines to your composer.json file and update your project's composer installation.

{
    "require": {
       "liip/drupaltranslationmodule": "dev-master"
    }
}

This composer configuration will checkout the 'cutting edge' version ('dev-master') of the project. Be alarmed that this might be broken sometimes.

NOTE: In case you do not know what this means the composer project website is a good place to start.

Github

Thus I recommend the composer way to make LiipDrupalTranslationModule a dependency to your project. The sources are also available via github. Just clone it as you might be familiar with.

$ git clone git://github.com/liip/liipdrupaltranslationmodule.git

Dependencies