joomla / language
Joomla 语言包
3.0.0
2023-10-08 13:03 UTC
Requires
- php: ^8.1.0
- ext-xml: *
- joomla/string: ^3.0
- symfony/deprecation-contracts: ^2|^3
Requires (Dev)
- joomla/di: ^3.0
- joomla/registry: ^3.0
- joomla/test: ^3.0
- phan/phan: ^5.4.2
- phpstan/phpstan: ^1.10.7
- phpunit/phpunit: ^9.5.28
- squizlabs/php_codesniffer: ^3.7.2
Suggests
- joomla/di: To use the Language ServiceProviderInterface objects, install joomla/di.
This package is auto-updated.
Last update: 2024-09-03 22:00:12 UTC
README
语言包提供了一种接口,用于在应用程序中管理国际化支持和翻译。
要求
- PHP 8.1 或更高版本
- Joomla 字符串 包 1.3 或更高版本
安装
要安装此包,您可以从命令行运行以下命令
composer require joomla/language "~3.0"
如果想要包含测试源代码和文档,请使用
composer require --prefer-source joomla/language "~3.0"