pits/translationhelper

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

Neos CMS Translation files manager backend plugin

v0.0.1

Version
v0.0.1
Type
neos-package
Release Date
Dec 30, 2016 08:30
Source
git
Distribution
zip
Requires
  • typo3/flow: *
GPL-3.0 9fe6650929799ccb69fb12cd8aeedcae8fd398e5

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.