joomla / language
Joomla Language Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 48 613
Dependents: 12
Suggesters: 1
Security: 0
Stars: 4
Watchers: 16
Forks: 13
Open Issues: 1
Type:joomla-package
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-10-08 21:11:39 UTC
README
The Language package provides an interface for managing internationalisation support and translations within an application.
Requirements
- PHP 8.1 or later
- Joomla String Package 1.3 or later
Installation
To install the package, you can simply run the following from the command line:
composer require joomla/language "~3.0"
If you want to include the test sources and docs, use
composer require --prefer-source joomla/language "~3.0"