An open API service indexing awesome lists of open source software.

https://github.com/joomla-framework/language

Joomla Framework Language Package
https://github.com/joomla-framework/language

joomla joomla-framework language localization php translation

Last synced: about 1 month ago
JSON representation

Joomla Framework Language Package

Awesome Lists containing this project

README

        

# The Language Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/language/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/language)

[![Latest Stable Version](https://poser.pugx.org/joomla/language/v/stable)](https://packagist.org/packages/joomla/language)
[![Total Downloads](https://poser.pugx.org/joomla/language/downloads)](https://packagist.org/packages/joomla/language)
[![Latest Unstable Version](https://poser.pugx.org/joomla/language/v/unstable)](https://packagist.org/packages/joomla/language)
[![License](https://poser.pugx.org/joomla/language/license)](https://packagist.org/packages/joomla/language)

The Language package provides an interface for managing internationalisation support and translations within an application.

## Requirements

* PHP 8.1 or later
* Joomla [String](https://github.com/joomla-framework/string) Package 1.3 or later

## Installation

To install the package, you can simply run the following from the command line:

```sh
composer require joomla/language "~3.0"
```

If you want to include the test sources and docs, use

```sh
composer require --prefer-source joomla/language "~3.0"
```