Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurent22/poparser

This a PHP parser for Gettext PO files. It can extract the strings and translations from the file. It can also provide statistics about the state of the translation - i.e. how many strings have been translated, how many are fuzzy, etc. which is useful to provide translation reports.
https://github.com/laurent22/poparser

Last synced: 12 days ago
JSON representation

This a PHP parser for Gettext PO files. It can extract the strings and translations from the file. It can also provide statistics about the state of the translation - i.e. how many strings have been translated, how many are fuzzy, etc. which is useful to provide translation reports.

Awesome Lists containing this project

README

        

PO Parser
=========

This a PHP parser for Gettext PO files. It can extract the strings and translations from the file. It can also provide statistics about the state of the translation - i.e. how many strings have been translated, how many are fuzzy, etc. It is useful to provide translation reports such as this one - http://app.etizer.org/translations

Usage
=====

See [example.php](https://github.com/laurent22/poparser/blob/master/example.php) for some examples.