pits/translationhelper

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

Neos CMS Translation files manager backend plugin

v0.0.2

Version
v0.0.2
Type
neos-package
Release Date
Jan 02, 2017 04:53
Source
git
Distribution
zip
Requires
  • typo3/flow: *
GPL-3.0 d1face1f5ac567f7d42d3f318422a77aba5465d9

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.