Prima

Results 3 comments of Prima

Hi, Is there any way to generate the MO file in PHP ? I've try https://github.com/phpmo/php.mo/blob/master/php-mo.php and https://github.com/bigwhoop/potomoco Nothing work, the mo file is generate but the translation on the...

Thx @raulferras Finaly I've found this : https://github.com/oscarotero/Gettext and it works. But I've found a bug in EntryFactory, the msgid_plural is missing so I've add this in line 56 👍...