pits/translationhelper

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

Neos CMS Translation files manager backend plugin

v0.0.6

Version
v0.0.6
Type
neos-package
Release Date
Jan 04, 2017 06:45
Source
git
Distribution
zip
Requires
  • typo3/flow: *
GPL-3.0 6748dc7d44673b7820de5300bd71111f7f7fe0d5

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.