Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDGHILMPQRTUVWXZ
]
php-phpmyadmin-motranslator5 - Translation API for PHP using Gettext MO files
- Website:
- https://github.com/phpmyadmin/motranslator
- Licence:
- GPLv2+
- Vendor:
- Remi Collet
- Description:
Translation API for PHP using Gettext MO files.
Features
* All strings are stored in memory for fast lookup
* Fast loading of MO files
* Low level API for reading MO files
* Emulation of Gettext API
* No use of eval() for plural equation
Limitations
* Not suitable for huge MO files which you don't want to store in memory
* Input and output encoding has to match (preferably UTF-8)
Autoloader: /usr/share/php/PhpMyAdmin/MoTranslator5/autoload.php
Packages
php-phpmyadmin-motranslator5-5.0.0-1.fc30.remi.noarch
|
[25 KiB]
|
Changelog by Remi Collet (2020-03-04):
- update to 5.0.0
- rename to php-phpmyadmin-motranslator5
- move to /usr/share/php/PhpMyAdmin/MoTranslator5
- raise dependency on PHP 7.1
- raise dependency on Symfony 4 and allow Symfony 5
- switch to phpunit8
|