azatoth/php-pgettext
最新稳定版本:v1.0
Composer 安装命令:
composer require azatoth/php-pgettext
包简介
Extension of gettext functions for PHP like pgettext, dpgettext, etc.
关键字:
README 文档
README
Default installation of gettext in php lacks support for pgettext et al.
This php script adds support for those, as well as an gettext_noop wrapper.
For this to work when extracting strings using xgettext, many keyword parameters needs to be filed,
A wrapper script called php-xgettext might be used to simplify this.
Following functions are exported:
pgettext($msg_ctxt, $msgid)dpgettext($domain, $msg_ctxt, $msgid)dcpgettext($domain, $msg_ctxt, $msgid, $category)npgettext($msg_ctxt, $msgid, $msgid_plural, $n)dnpgettext($domain, $msg_ctxt, $msgid, $msgid_plural, $n)dcnpgettext($domain, $msg_ctxt, $msgid, $msgid_plural, $n, $category)gettext_noop($msgid)
统计信息
- 总下载量: 105.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 3
其他信息
- 授权协议: MIT
- 更新时间: 未知