2017 © Pedro Peláez
 

cakephp-plugin cakephp-localization

Plugin for handle localization of CakePHP application

image

imsamurai/cakephp-localization

Plugin for handle localization of CakePHP application

  • Wednesday, November 5, 2014
  • by imsamurai
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

API Documentation

Check out Localization API Documentation, (*1)

Abstract

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Coordinator for any checker scripts. With this plugin you can unify periodic checkers for some of your services/data/etc, get mail in case of failure, store checker logs in DB., (*3)

Installation

cd my_cake_app/app
git clone git://github.com/imsamurai/CakePHP-Localization-Plugin.git Plugin/Localization

or if you use git add as submodule:, (*4)

cd my_cake_app
git submodule add "git://github.com/imsamurai/CakePHP-Localization-Plugin.git" "app/Plugin/Localization"

then add plugin loading in Config/bootstrap.php, (*5)

CakePlugin::load('Localization', array('bootstrap' => true, 'routes' => true));

add tables from Config/Schema/localization.sql and configure datasource localization, (*6)

Plugin requires squizlabs/php_codesniffer": "~1" for tokenize javascript, (*7)

Configuration

Write global config if you need to change plugin config (see plugin bootstrap.php), (*8)

Usage

Use Localization model for manage localization variables in DB. Plugin works with __* style functions, also in javascript. Inline javascript are not supported (only *.js files). For php export from db will create/replace files in app/Locale/* and for js in webroot/js/Locale/* (you can change this in config, see bootstrap.php of the plugin). Just open example.com/localization for edit/translate/export to db, (*9)

For import/update all messages that used with __* functions (in php and js) use:, (*10)

Console/cake Localization.messages extract --output db <other params from i18n shell>

The Versions

05/11 2014

dev-master

9999999-dev http://github.com/imsamurai/CakePHP-Localization-Plugin

Plugin for handle localization of CakePHP application

  Sources   Download

MIT

The Requires

 

plugin language cakephp localization

24/10 2014

1.0.2

1.0.2.0 http://github.com/imsamurai/CakePHP-Localization-Plugin

Plugin for handle localization of CakePHP application

  Sources   Download

MIT

The Requires

 

plugin language cakephp localization

21/10 2014

1.0.1

1.0.1.0 http://github.com/imsamurai/CakePHP-Localization-Plugin

Plugin for handle localization of CakePHP application

  Sources   Download

MIT

The Requires

 

plugin language cakephp localization

20/10 2014

1.0.0

1.0.0.0 http://github.com/imsamurai/CakePHP-Localization-Plugin

Plugin for handle localization of CakePHP application

  Sources   Download

MIT

The Requires

 

plugin language cakephp localization