webmunkeez/i18n-bundle

Internationalization for Symfony.

v1.1.0 2023-12-08 19:30 UTC

README

This bundle unleashes a internationalization on Symfony applications.

Installation

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],
    // ...
];