1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-01 05:01:41 +02:00

Add I18N plugin in components

This commit is contained in:
Daniel Berteaud 2015-08-07 11:23:00 +02:00
parent d79fc35f4c
commit b8a9ac97fe

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'
},