nimah79/f3-gettext
Composer 安装命令:
composer require nimah79/f3-gettext
包简介
Gettext Plugin for PHP Fat-Free Framework
README 文档
README
This is a Gettext plugin for the PHP Fat-Free Framework.
It doesn't need PHP gettext extension!
Installation
1. Just download the package and register it to AUTOLOAD, or require it with composer:
composer require nimah79/f3-gettext
2. Add this sample configuration, or load the sample ini file (make necessary changes):
[GETTEXT]
language=fa
path=locales/
3. Put your .po files in the path you defined.
Usage
Use __() instead of _() or gettext():
echo __('Hello!'); // "سلام!"
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2019-07-19