2017 © Pedro Peláez
 

cakephp-plugin wnk_translation

Translation plugin for CakePHP

image

ava007/wnk_translation

Translation plugin for CakePHP

  • Friday, March 2, 2018
  • by ava007
  • Repository
  • 1 Watchers
  • 4 Stars
  • 131 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Translation Plugin for CakePHP 3.6

It provides translation services for pot files:, (*1)

  • import strings to be translated from pot files
  • translations
    • manual translations
    • translations by google translation services
    • community translations - self service (planned)
  • export translated strings to pot files

Installation

``` shell composer require ava007/wnk_translation, (*2)


### Config/bootstrap.php

Plugin::load('WnkTranslation', ['routes' => true, 'autoload' => true, 'bootstrap' => false]);, (*3)

Configure::write('WnkTranslation', [ 'default_lang' => 'en', // Language in which the application has been developed 'trans_lang' => ['de','fr','it'], // Languages in which the application should be translated to 'tablePrefix' => '', // optional prefix for database tables ]);, (*4)

### src/Application.php

class Application //extends BaseApplication {, (*5)

public function bootstrap() { parent::bootstrap(); $this->addPlugin('WnkTranslation'); } } ```, (*6)

Database

run one of the appropriate sql-ddl-script: - postgresql: ddl-postgresql.sql - mysql: ddl-mysql.sql, (*7)

URL

After installation the plugins is called used the following url:, (*8)

http://....domainname/wnk-translation/translations/cockpit, (*9)

References

visit https://www.locavores.co/wnk-translation/translations/index to see this plugin in action, (*10)

The Versions

02/03 2018

dev-master

9999999-dev

Translation plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

02/03 2018

v0.2.3

0.2.3.0

Translation plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

28/02 2018

v0.2.2

0.2.2.0

Translation plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

28/02 2018

v0.21

0.21.0.0

Translation plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

28/02 2018

v0.2

0.2.0.0

Translation plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

29/05 2016

v0.1

0.1.0.0

Translation plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires