pits/translationhelper

Last activity 11 Dec 2017 3 2 38
composer require pits/translationhelper

Neos CMS Translation files manager backend plugin

v0.0.3

Version
v0.0.3
Type
neos-package
Release Date
Jan 02, 2017 05:24
Source
git
Distribution
zip
Requires
  • typo3/flow: *
GPL-3.0 1d8b6f9e8738d6aa7ddf50b0719064ee0f56f5ea

Readme excerpt

PITS.TranslationHelper

This backend plugin is used for managing translations in the translation files of NEOS CMS.

Installation steps
  • First Install this NEOS CMS plugin using composer.

    composer require pits/translationhelper
  • Add following in top level Configuration/Routes.yaml just after the TYPO3 Neos route.

    - name: 'pitsTranslationHelper' uriPattern: '<pitsTranslationHelperSubroutes>' defaults: '@package': 'PITS.TranslationHelper' subRoutes: 'pitsTranslationHelperSubroutes': package: 'PITS.TranslationHelper'
  • Flush all caches using the below command

    php ./flow n…
    Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.