PHPackages                             fchris82/jms-translation-bundle-fork - 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. fchris82/jms-translation-bundle-fork

ActiveSymfony-bundle[Localization &amp; i18n](/categories/localization)

fchris82/jms-translation-bundle-fork
====================================

Puts the Symfony Translation Component on steroids

1.4.1.2(8y ago)42.6k11Apache-2.0PHPPHP ^5.3.3 || ^7.0

Since Oct 16Pushed 8y ago2 watchersCompare

[ Source](https://github.com/fchris82/JMSTranslationBundle2)[ Packagist](https://packagist.org/packages/fchris82/jms-translation-bundle-fork)[ Docs](http://jmsyst.com/bundles/JMSTranslationBundle)[ RSS](/packages/fchris82-jms-translation-bundle-fork/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (12)Versions (19)Used By (1)

JMSTranslationBundle fork
=========================

[](#jmstranslationbundle-fork)

Differences:

- Command performance upgrade: scan files only once and not per languages!
- Sort source
- Collect the placeholders (`` element)
- Move meaning to `jms:meaning` attribute
- Custom translated form fields (You can set these in the `jms_translation` --&gt; `custom_form_config_names` config place)

```
jms_translation:
    custom_form_config_names:
        - 'title'
        - 'checkbox_label'
        - 'minMessage'
        - 'maxMessage'
        - 'help'
        - 'button_label'
        - 'autolock'
```

- Handle `addViolation()`, `addViolationAt()` and `buildViolation()` functions
- Add new Annotation: `AltTrans` . You can add basic translations:

```
