2017 © Pedro Peláez
 

silverstripe-module silverstripe-language-editor

Language editor module for SilverStripe CMS

image

navidonskis/silverstripe-language-editor

Language editor module for SilverStripe CMS

  • Thursday, May 18, 2017
  • by Doniz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SilverStripe Language Editor

Scrutinizer Code Quality, (*1)

Language editor for SilverStripe CMS. It's alternative to https://github.com/unclecheese/LangEditor, but this one collect entities to the database to avoid file writing at the project (and to avoid versioning). All entities with module's store to LangModule and LangEntity., (*2)

Dependencies required:, (*3)

, (*4)

Collect entities

To collect an entities you need to have phpunit installed. Module using i18nTextCollector class which are on top of phpunit to collect entities. If you already have phpunit run command in cli:, (*5)

php /your-project/directory/framework/cli-script.php dev/tasks/LangCollectorTask "module=yourModuleName,otherModuleName&merge=true"

or in the browser example.com/dev/tasks/LangCollectorTask?module=yourModuleName,otherModuleName&merge=true., (*6)

Parameter Description Options Default
module One or more modules to limit collection (comma-separated) string
merge Merge new strings with existing ones already defined boolean false

Installation

composer require navidonskis/silverstripe-language-editor

The Versions

18/05 2017

dev-master

9999999-dev https://github.com/navidonskis/silverstripe-language-editor

Language editor module for SilverStripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Donatas Navidonskis

language editor silverstripe