Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/laurent22/poparser
- Owner: laurent22
- Created: 2013-01-15T02:35:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-22T03:09:34.000Z (over 11 years ago)
- Last Synced: 2024-05-02T01:09:16.806Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 150 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.