Skip to content

Commit

Permalink
Merge pull request #4 from ottonet/master
Browse files Browse the repository at this point in the history
Added support for modman and composer
  • Loading branch information
miguelbalparda committed Jun 17, 2015
2 parents ad77458 + a6b86f2 commit bb528ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "mb/translate",
"type": "magento-module",
"license":"OSL-3.0",
"description":"Translate CMS Pages in Magento 1.x",
"homepage":"https://github.com/miguelbalparda/MB_Translate",
"authors":[
{
"name":"Miguel Balparda",
"email":"[email protected]"
}
]
}
3 changes: 3 additions & 0 deletions modman
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
app/code/local/MB/Translate app/code/local/MB/Translate
app/etc/modules/MB_Translate.xml app/etc/modules/MB_Translate.xml
app/locale/en_US/*.csv app/locale/en_US/

0 comments on commit bb528ad

Please sign in to comment.