croogo/locale

Croogo - Translations

Installs: 2 129

Dependents: 0

Suggesters: 1

Security: 0

Stars: 37

Watchers: 5

Forks: 59

Open Issues: 1

pkg:composer/croogo/locale

4.0.0 2019-12-07 12:20 UTC

This package is auto-updated.

Last update: 2025-10-06 02:13:56 UTC


README

Each locale now resides in its own directory.

Installation

Composer

{
  "require": {
    "croogo/locale": "2.0.x-dev"
  }
}

Add the following to Config/bootstrap.php

<?php

App::build(array(
  'Locale' => array(APP . 'Vendor' . DS . 'croogo' . DS . 'locale' . DS ),
), App::APPEND);

Tools