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: 64
Forks: 1
Open Issues: 1
Type:drupal-module
Requires
- php: >=5.3
- beberlei/assert: ~1.5
- composer/installers: v1.0.0
- liip/drupalconnectormodule: dev-master
This package is not auto-updated.
Last update: 2024-10-26 16:23:07 UTC
README
This module provides an API to the translation ability of Drupal 7.
##Current Travis 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
- LiipDrupalConnector (http://github.com/liip/liipdrupalconnector)
- Assert (http://github.com/beberlei/assert)