ataxo/copycopter-php-client
Composer 安装命令:
composer require ataxo/copycopter-php-client
包简介
Nette Translator library for loading translates from copycopter.
README 文档
README
Nette Translator library for loading translates from copycopter.
Requirements
- Nette Framework 2.0.7 or higher. (PHP 5.3 edition)
- Kdyby/Curl - Curl wrapper for Nette Framework.
Usage
Place class into libs dir. To load translator we recommend implement class initialization into config.neon and load as context variable into templates.
common: parameters: copycopterApiKey: yourApiKey services: translator: Translator(%copycopterApiKey%)
In BasePresenter.php:
startup(){
$this->template->setTranslator($this->context->translator);
}
In PHP:
t('string to translate')
Copyright
Ondrej Podolinský, 2013, Ataxo Interactive a.s.
License
LGPL
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL
- 更新时间: 2013-01-25