liip/drupaltranslationmodule

此翻译模块提供了一组API,用于操作Drupal 7的翻译功能和短语键。

安装次数: 1,028

依赖关系: 0

建议者: 0

安全性: 0

星标: 0

关注者: 64

分支: 1

开放问题: 1

类型:drupal-module

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

This package is not auto-updated.

Last update: 2024-09-14 15:47:16 UTC


README

本模块为Drupal 7的翻译功能提供了一组API。

##当前Travis状态

Build Status

Composer

将以下行添加到您的composer.json文件中,并更新您的项目composer安装。

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

此Composer配置将检出项目的最新版本('dev-master')。请注意,这可能会在有些时候出现损坏。

注意:如果您不知道这是什么意思,请从Composer项目网站开始了解。

Github

因此,我建议您使用Composer方法将LiipDrupalTranslationModule作为项目依赖项。源代码也通过github提供。就像您熟悉的那样克隆它。

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

依赖关系