• Fabien Potencier's avatar
    feature #990 A solution to resolve #983 (bad comportment of Translator) (freepius44) · 8aeea4ba
    Fabien Potencier authored
    This PR was merged into the 2.0.x-dev branch.
    
    Discussion
    ----------
    
    A solution to resolve #983 (bad comportment of Translator)
    
    Implementation of @henrikbjorn solution :
    
    Use the Translator directly from Symfony and create a EventListener that sets the Locale on the translator based on the request (like LocaleListener does).
    
    Commits
    -------
    
    36cfde2b A solution to resolve #983 (bad comportment of Translator)
    8aeea4ba
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
src/Silex Loading commit data...
tests/Silex/Tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.rst Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...