Add I18N plugin in components

This commit is contained in:
Daniel Berteaud 2015-08-07 11:23:00 +02:00
parent d79fc35f4c
commit b8a9ac97fe
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ use constant COMPONENTS => {
"Mojolicious" => {
url => 'http://mojolicio.us/'
},
"Mojolicious::Plugin::I18N" => {
url => 'https://github.com/sharifulin/Mojolicious-Plugin-I18N'
},
"Mojolicious::Plugin::Mail" => {
url => 'https://github.com/sharifulin/Mojolicious-Plugin-Mail'
},