ElaoFormTranslationBundle
ElaoFormTranslationBundle copied to clipboard
Allow translation of keys with dashes
This small PR allows to use dashes in the key config. This allows to translate data attributes (i.e. data-title)
If not disabled Symfony will replace such dashes with underscores, making it impossible to use these keys.
Rebased