Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

executable file
·
25 lines (17 loc) · 674 Bytes

ZucchiLocale

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]