joomla/language

Joomla Language Package

3.0.0 2023-10-08 13:03 UTC

README

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 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"