nimah79 / f3-gettext
PHP Fat-Free 框架的 Gettext 插件
v1.0
2019-07-20 15:07 UTC
Requires
- php: >=5.4.0
- ext-pcre: *
This package is auto-updated.
Last update: 2024-09-26 03:53:28 UTC
README
这是一个为 PHP Fat-Free 框架 的 Gettext 插件。
它不需要 PHP gettext 扩展!
安装
1. 仅需 下载 包并注册到 AUTOLOAD,或者使用 composer 安装:composer require nimah79/f3-gettext
2. 添加此示例配置,或加载 示例 ini 文件(进行必要的更改)
[GETTEXT]
language=fa
path=locales/
3. 将您的 .po 文件放在您定义的路径中。
使用方法
使用 __() 替代 _() 或 gettext()
echo __('Hello!'); // "سلام!"