locomotivemtl/charcoal-contrib-translatable-strings

Charcoal Translatable Strings allows an Admin user to translate hardcoded strings found in templates and controllers.

dev-master / 0.1.x-dev 2018-06-08 14:51 UTC

This package is auto-updated.

Last update: 2024-03-29 03:26:09 UTC


README

License Latest Stable Version Code Quality Coverage Status Build Status

A Charcoal service allowing an Admin user to translate hardcoded strings found in templates and controllers.

Table of Contents

Installation

The preferred (and only supported) method is with Composer:

$ composer require locomotivemtl/charcoal-contrib-translatable-strings

Dependencies

Required

PSR

--TBD--

Service Provider

Parameters

--TBD--

Services

--TBD--

Configuration

--TBD--

Usage

--TBD--

Development

To install the development environment:

$ composer install

To run the scripts (phplint, phpcs, and phpunit):

$ composer test

API Documentation

Development Dependencies

  • [php-coveralls/php-coveralls][phpcov]
  • [phpunit/phpunit][phpunit]
  • [squizlabs/php_codesniffer][phpcs]

Coding Style

The charcoal-contrib-translatable-strings module follows the Charcoal coding-style:

Coding style validation / enforcement can be performed with composer phpcs. An auto-fixer is also available with composer phpcbf.

Credits

License

Charcoal is licensed under the MIT license. See LICENSE for details.