Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.17 KB

The Language Package Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

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"