joomla / language
Joomla Language Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 14 507
Dependents: 12
Suggesters: 1
Security: 0
Stars: 4
Watchers: 14
Forks: 12
Open Issues: 0
Type:joomla-package
Requires
- php: ^7.2.5|~8.0.0|~8.1.0
- ext-xml: *
- joomla/string: ^2.0
- symfony/deprecation-contracts: ^2.1
Requires (Dev)
- joomla/coding-standards: ^3.0@dev
- joomla/di: ^2.0
- joomla/registry: ^2.0
- joomla/test: ^2.0
- phpunit/phpunit: ^8.5|^9.0
Suggests
- joomla/di: To use the Language ServiceProviderInterface objects, install joomla/di.
This package is auto-updated.
Last update: 2023-05-24 11:28:55 UTC
README
The Language package provides an interface for managing internationalisation support and translations within an application.
Requirements
- PHP 7.0 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
If you want to include the test sources and docs, use
composer require --prefer-source joomla/language "~1.0"