- New JsonDictionary generator / extractor #58, 47b66b5
- Improved
Gettext\Utils\Locales::getLocaleInfo()
. Now returns language names and territory names #61 - Removed
Gettext\Translation::setOriginal()
andGettext\Translation::setContext()
. Now these values are no longer mutable. - New method
Gettext\Translation::getClone()
to return a clone of a translation with different original/context values. - Improved performance of the
Gettext\Translations
on manage translations (insert, find, etc). - New methods
Gettext\Locales::getLanguages
andGettext\Locales::getTerritories
- Removed development stuff from downloaded arquives #62