PHPackages                             pits/translationhelper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. pits/translationhelper

ActiveNeos-package[Localization &amp; i18n](/categories/localization)

pits/translationhelper
======================

Neos CMS Translation files manager backend plugin

v0.0.15(8y ago)3383[1 issues](https://github.com/pitsolutionstypo3/PITS.TranslationHelper/issues)GPL-3.0HTML

Since Dec 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pitsolutionstypo3/PITS.TranslationHelper)[ Packagist](https://packagist.org/packages/pits/translationhelper)[ RSS](/packages/pits-translationhelper/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

PITS.TranslationHelper
======================

[](#pitstranslationhelper)

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

Installation steps
------------------

[](#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: ''
          defaults:
                '@package': 'PITS.TranslationHelper'

          subRoutes:
                'pitsTranslationHelperSubroutes':
                  package: 'PITS.TranslationHelper'
    ```
- Flush all caches using the below command

    ```
    php ./flow neos.flow:cache:flush
    ```
- Warm up caches using the below command

    ```
    php ./flow neos.flow:cache:warmup
    ```
- Open your NEOS CMS site backend, then you can see **Translation Module** under **Management** main module.

Plugin Details
--------------

[](#plugin-details)

- First page of this backend plugin contains a list of packages that contain translation files.

[![Package List](translationHelperScreenshoot/packageList.png)](translationHelperScreenshoot/packageList.png)

- If a user click any of the package, then this particular user enters into the translation files list page. The below screenshot shows the list of translation files inside **Joson.Work** package.

[![Translation Files](translationHelperScreenshoot/translationFiles.png)](translationHelperScreenshoot/translationFiles.png)

- If a user click any of the translation file, then this particular user enters into the translation units list page. The below screenshot shows the list of translation units inside **Main.xlf** file.

[![Translation Units Page](translationHelperScreenshoot/translationUnitsPage.png)](translationHelperScreenshoot/translationUnitsPage.png)

uninstall step
--------------

[](#uninstall-step)

- Remove this package using composer.

    ```
    composer remove pits/translationhelper
    ```
- remove completely below mentioned route configuration code from Configuration/Routes.yaml file.

    ```
    -
          name: 'pitsTranslationHelper'
          uriPattern: ''
          defaults:
                '@package': 'PITS.TranslationHelper'

          subRoutes:
                'pitsTranslationHelperSubroutes':
                  package: 'PITS.TranslationHelper'
    ```
- Flush all caches using the below command

    ```
    php ./flow neos.flow:cache:flush
    ```
- Warm up caches using the below command

    ```
    php ./flow neos.flow:cache:warmup
    ```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Recently: every ~4 days

Total

15

Last Release

3124d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5489b5f687c4cb31a7fe59de75d84abc3554e14b8e05ef4b55b1ae63d4d5db99?d=identicon)[pitsolutionstypo3](/maintainers/pitsolutionstypo3)

---

Top Contributors

[![limchivy](https://avatars.githubusercontent.com/u/2150442?v=4)](https://github.com/limchivy "limchivy (1 commits)")[![pitsolutionstypo3](https://avatars.githubusercontent.com/u/18215134?v=4)](https://github.com/pitsolutionstypo3 "pitsolutionstypo3 (1 commits)")

### Embed Badge

![Health badge](/badges/pits-translationhelper/health.svg)

```
[![Health](https://phpackages.com/badges/pits-translationhelper/health.svg)](https://phpackages.com/packages/pits-translationhelper)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M754](/packages/neos-neos)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[neos/media

The Media package

101.2M53](/packages/neos-media)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
