https://github.com/cvsolutions/simplegettext
Wrapper for php-gettext
https://github.com/cvsolutions/simplegettext
gettext mo-files php po-files
Last synced: about 1 year ago
JSON representation
Wrapper for php-gettext
- Host: GitHub
- URL: https://github.com/cvsolutions/simplegettext
- Owner: cvsolutions
- Created: 2018-07-12T12:01:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T08:50:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T10:02:45.505Z (over 1 year ago)
- Topics: gettext, mo-files, php, po-files
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Gettext
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](http://getcomposer.org "composer - package manager").
```sh
curl -s https://getcomposer.org/installer | php --
php composer.phar require cvsolutions/simple-gettext:1.0
```
If you have installed composer:
```sh
composer require cvsolutions/simple-gettext:1.0
```