webmunkeez/i18n-bundle

Internationalization for Symfony.

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/webmunkeez/i18n-bundle

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