=== Pure PHP Localization === Contributors: SergeyBiryukov Tags: l10n, translations, php, memory, optimization Requires at least: 2.9 Tested up to: 2.9.1 Stable tag: 0.2 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](http://my-wordpress.ru/) for the idea. == Changelog == = 0.2 = * Improved synchronization of string array with `.mo` file * Added checking for `.mo` file existence = 0.1 = * Initial release