zucchi / locale
Module to allow selection and management of Locales to be used with Zucchi ZF2 Modules
dev-master
2013-05-09 09:18 UTC
Requires
- php: >=5.4.1
- ext-intl: >=1.1.0
- zucchi/admin: dev-master
- zucchi/zucchi: dev-master
This package is not auto-updated.
Last update: 2024-11-09 16:06:18 UTC
README
Module to allow selection and management of Locales to be used with Zucchi ZF2 Modules
Installation
From the root of your ZF2 Skeleton Application run
./composer.phar require zucchi/locale
Introduction
This module is designed to allow detection and definition of locales to be used with a Zend Framework 2 Application. The Module also comes with a settings administration for use with ZucchiAdmin
Roadmap
- Ability to control how locale is detected [COMPLETE]
- Ability to select which locales are allowed [COMPLETE]
- Ability to generate and update language translation files [INCOMPLETE]