=== Pure PHP Localization ===
Contributors: SergeyBiryukov
Tags: l10n, translations, php, memory
Requires at least: 2.9
Tested up to: 2.9.1
Stable tag: 0.3

Converts gettext binary message catalog to an array of strings.

== Description ==

Converts gettext binary message catalog to an array of strings. Allows to save some amount of RAM on a shared hosting server.
Works with default textdomain.

Thanks to AlexPTS for the idea.

== Changelog ==

= 0.3 =
* Added compatibility with WordPress 2.1+
* Fixed selection of plural forms

= 0.2 =
* Improved synchronization of string cache with `.mo` file
* Added checking for `.mo` file existence

= 0.1 =
* Initial release
