Skip to content

Commit

Permalink
Fix adminhtml translations importexport module (#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
eneiasramos committed Jun 22, 2022
1 parent 2740724 commit 412bee0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1332,8 +1332,17 @@
"login": "cebe",
"name": "Carsten Brandt",
"avatar_url": "https://avatars.githubusercontent.com/u/189796?v=4",
"profile": "http://cebe.cc/",
"profile": "http://cebe.cc/"
},
{
"login": "eneiasramos",
"name": "Enéias Ramos de Melo",
"avatar_url": "https://avatars.githubusercontent.com/u/2862728?v=4",
"profile": "https://github.com/eneiasramos",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/tmewes"><img src="https://avatars.githubusercontent.com/u/12640514?v=4" loading="lazy" width="100" alt=""/><br /><sub><b>Tino Mewes</b></sub></a></td>
<td align="center"><a href="http://cebe.cc/"><img src="https://avatars.githubusercontent.com/u/189796?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Carsten Brandt</b></sub></a><br /><a href="https://github.com/OpenMage/magento-lts/commits?author=cebe" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/eneiasramos"><img src="https://avatars.githubusercontent.com/u/2862728?v=4" loading="lazy" width="100" alt=""/><br /><sub><b>Enéias Ramos de Melo</b></sub></a></td>
</tr>
</table>

<!-- markdownlint-restore -->
Expand Down
9 changes: 9 additions & 0 deletions app/code/core/Mage/ImportExport/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@
</routers>
</admin>
<adminhtml>
<translate>
<modules>
<Mage_ImportExport>
<files>
<default>Mage_ImportExport.csv</default>
</files>
</Mage_ImportExport>
</modules>
</translate>
<layout>
<updates>
<importexport>
Expand Down

0 comments on commit 412bee0

Please sign in to comment.