cvsolutions/simple-gettext

Wrapper for php-gettext

v1.0 2018-07-13 08:05 UTC

This package is not auto-updated.

Last update: 2024-09-22 12:35:08 UTC


README

This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

Installation

Using Composer (recommended) composer.

curl -s https://getcomposer.org/installer | php --
php composer.phar require cvsolutions/simple-gettext:1.0

If you have installed composer:

composer require cvsolutions/simple-gettext:1.0