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)2383[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 2mo ago

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

26

—

LowBetter than 43% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity12

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

3077d 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

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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