phpmyadmin / motranslator

Translation API for PHP using Gettext MO files

Home Page:https://packagist.org/packages/phpmyadmin/motranslator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Notice in extractPluralCount function

emanuelb opened this issue · comments

Run:

include 'vendor/autoload.php';
$loader = new PhpMyAdmin\MoTranslator\Translator('test.mo');
$loader->extractPluralCount('nplurals');

result:

PHP Notice:  Undefined offset: 1 in .../vendor/phpmyadmin/motranslator/src/Translator.php on line 200