schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

recursive directory addition; add extra flag #403

Open sword opened 8 years ago

sword commented 8 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? not sure
Fixed tickets
License Apache2

Description

Rather than having to specify a full list of all directories to parse, with the risk of omitting directories added to a project later, recursively parse from the specified folder (i.e. YourBundle/Resources). Reopened, was https://github.com/schmittjoh/JMSTranslationBundle/pull/261

Todos

incorporate automated feedback TestBundle is now in Fixture folder

sword commented 8 years ago

Failed; as travis ran out of memory...