zucchi / locale
Module to allow selection and management of Locales to be used with Zucchi ZF2 Modules
Installs: 62
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/zucchi/locale
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: 2025-09-27 20:12:41 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]