This bundle unleashes a internationalization on Symfony applications.
Use Composer to install this bundle:
$ composer require webmunkeez/i18n-bundle
Add the bundle in your application kernel:
// config/bundles.php
return [
// ...
Webmunkeez\I18nBundle\WebmunkeezI18nBundle::class => ['all' => true],
// ...
];