aedart / athenaeum-translation
Laravel 的翻译工具
8.10.0
2024-09-23 07:54 UTC
Requires
- php: ^8.2
- aedart/athenaeum-support: ^8.10
- illuminate/translation: ^v11.23.5
- symfony/finder: ^7.1.4
- dev-main
- 8.10.0
- 8.9.0
- 8.8.0
- 8.7.0
- 8.6.0
- 8.5.0
- 8.4.0
- 8.3.0
- 8.2.0
- 8.1.0
- 8.0.0
- 7.33.0
- 7.32.0
- 7.31.0
- 7.30.1
- 7.30.0
- 7.29.0
- 7.28.0
- 7.27.0
- 7.26.0
- 7.25.0
- 7.24.0
- 7.23.0
- 7.22.1
- 7.22.0
- 7.21.0
- 7.20.0
- 7.19.0
- 7.18.1
- 7.18.0
- 7.17.0
- 7.16.0
- 7.15.0
- 7.14.0
- 7.13.0
- 7.12.0
- 7.11.3
- 7.11.2
- 7.11.1
- 7.11.0
- 7.10.1
- 7.10.0
- 7.9.1
- 7.9.0
- 7.8.0
- 7.7.2
- 7.7.1
- 7.7.0
- 7.6.0
- 7.5.0
- 7.4.0
- 7.3.0
This package is auto-updated.
Last update: 2024-09-23 07:56:13 UTC
README
该翻译包包含一些用于 Laravel 本地化工具 的实用工具。
导出器
其中可用的工具包括翻译导出器。
$translations = $exporter->export('en', 'auth'); print_r($translations);
Array
(
[en] => Array
(
[__JSON__] => Array
(
[The :attribute must contain one letter.] => The :attribute must contain one letter.
)
[auth] => Array
(
[failed] => These credentials do not match our records.
[password] => The provided password is incorrect.
[throttle] => Too many login attempts. Please try again in :seconds seconds.
)
)
)
文档
请阅读官方文档 获取更多信息。
仓库
单仓库位于 github.com/aedart/athenaeum
版本控制
该包遵循 语义版本控制 2.0.0
许可证
BSD-3-Clause,请阅读本包中包含的 LICENSE 文件