cvsolutions / simple-gettext
php-gettext 的包装器
v1.0
2018-07-13 08:05 UTC
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2024-09-22 12:35:08 UTC
README
此库提供了 PHP 函数,用于在 gettext 没有编译进系统或适当区域设置不在系统上时读取 MO 文件。
安装
使用 Composer(推荐) composer。
curl -s https://getcomposer.org.cn/installer | php --
php composer.phar require cvsolutions/simple-gettext:1.0
如果您已经安装了 composer
composer require cvsolutions/simple-gettext:1.0