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
- Host: GitHub
- URL: https://github.com/joomla-framework/language
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-02-24T03:24:58.000Z (about 12 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2024-12-10T07:06:32.000Z (5 months ago)
- Last Synced: 2025-03-29T17:07:59.907Z (about 1 month ago)
- Topics: joomla, joomla-framework, language, localization, php, translation
- Language: PHP
- Homepage:
- Size: 5.41 MB
- Stars: 4
- Watchers: 13
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The Language Package [](https://ci.joomla.org/joomla-framework/language)
[](https://packagist.org/packages/joomla/language)
[](https://packagist.org/packages/joomla/language)
[](https://packagist.org/packages/joomla/language)
[](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"
```