yukiscoffee / coffeetranslation
一个简单的PHP本地化库,无需任何扩展,没有其他依赖。
v1.0
2024-07-20 00:15 UTC
Requires
- php: >=8.0
README
一个简单的PHP本地化库。这个库不依赖于任何扩展,也没有其他依赖。
安装
推荐的安装方法是使用 Composer
composer require yukiscoffee/coffeetranslation
用法
CoffeeTranslation 将翻译文件存储在类似 YAML 的语言中。
en-US/hello.i18n
# This is a comment. hello: "Hello."
ja-JP/hello.i18n
# This is a comment. hello: "こんにちは。"
有一个广泛的配置 API,可以通过 CoffeeTranslation::getConfigApi() 访问。
致谢
CoffeeTranslation 得到了以下开发人员或项目的支持
- Rehike - CoffeeTranslation 主要是为该项目制作的。
- Isabella (kawapure) - Rehike 的主要开发者,在 Rehike 中使用 CoffeeTranslation 时修改了其源代码。