Skip to content

2.6.0 (2016-09-01)

Choose a tag to compare

@monteiro monteiro released this 01 Sep 17:02
· 86 commits to master since this release
  • Added: Support for framework.translator.paths configuration (more information in http://symfony.com/doc/2.8/translation.html)
  • Added: --format and --merge-domains options to bazinga:js-translation:dump command:
    • --format allows you to specify which formats must be included in the output
    • --merge-domains when set will generate only one file per locale with all the domains in it
  • Removed: Kernel dependency from TranslationFinder. Every translation file is fetched from the Symfony's FrameworkBundle.