Skip to content

yannissgarra/i18n-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebmunkeezI18nBundle

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

About

Internationalization for Symfony.

Resources

License

Stars

Watchers

Forks

Packages

No packages published