Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvsolutions/simplegettext
Wrapper for php-gettext
https://github.com/cvsolutions/simplegettext
gettext mo-files php po-files
Last synced: about 2 months ago
JSON representation
Wrapper for php-gettext
- Host: GitHub
- URL: https://github.com/cvsolutions/simplegettext
- Owner: cvsolutions
- Created: 2018-07-12T12:01:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T08:50:50.000Z (over 6 years ago)
- Last Synced: 2024-09-24T12:07:07.173Z (3 months 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
```