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

https://github.com/icinga/ipl-i18n


https://github.com/icinga/ipl-i18n

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Icinga PHP Library - Internationalization (i18n)

[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/Icinga/ipl-i18n/workflows/PHP%20Tests/badge.svg?branch=main)

`ipl\i18n` provides a translation suite using PHP's native [gettext](https://www.php.net/gettext) extension.

## Installation

The recommended way to install this library is via [Composer](https://getcomposer.org):

```
composer require ipl/i18n
```