Breaking Changes
- Gettext 1.0.0 Migration: This version requires updating your Gettext module definition to use the new backend adapter system. You must define
use Kanta.Gettext.Backendin your Gettext module and configure the adapter.
Added
- Gettext versions v0.26 and v1.0.0 compatibility with via custom backend adapter system
- Allow custom locales (i.e. "
es-es") (#100)...