Download the PHP package saeven/circlical-po-editor without Composer
On this page you can find all versions of the php package saeven/circlical-po-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package circlical-po-editor
PHP Gettext Translation Editor
PHP Parser/Editor for Gettext PO files
PoEditor is a class that allows you to load / parse / manipulate / compile .po files using PHP. I built this to support a web-based PO file editor.
This repository is thoroughly tested, mosts tests were taken from raulferras/PHP-po-parser, thank you!
It supports all of the same features, with a simpler and stable interface:
- headers (HeaderBlock)
- msgid (message id)
- msgstr (translation strings)
- msgctxt (context)
- msgid_plural (plural translations)
-
(flags, comments, source, references, annotations, etc.)
When you parse a po file, it transforms it into blocks that you can cleanly manipulate to thereafter compile.
Usage
Parsing Files
Editing Blocks
That transforms file.po from:
#: wp-admin/install.php:177
msgid "welcome"
msgstr "welcome"
to:
#: wp-admin/install.php:177
msgid "welcome"
msgstr "hola"
All versions of circlical-po-editor with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package saeven/circlical-po-editor contains the following files
Loading the files please wait ....