Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14 from markvds/translation
Browse files Browse the repository at this point in the history
Translation related issues solved
  • Loading branch information
ProxiBlue authored Dec 20, 2017
2 parents 85f741c + 86e3a42 commit 5876286
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 13 additions & 1 deletion app/code/community/ProxiBlue/ReCaptcha/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<ProxiBlue_ReCaptcha>
<version>1.4.0</version>
<version>1.4.1</version>
<depends>
<Mage_Captcha/>
</depends>
Expand Down Expand Up @@ -56,6 +56,12 @@
<default>ProxiBlue_ReCaptcha.csv</default>
</files>
</ProxiBlue_ReCaptcha>
<!-- Magento forgot to add this to Mage_Captcha's config.xml -->
<Mage_Captcha>
<files>
<default>Mage_Captcha.csv</default>
</files>
</Mage_Captcha>
</modules>
</translate>
</adminhtml>
Expand All @@ -74,6 +80,12 @@
<default>ProxiBlue_ReCaptcha.csv</default>
</files>
</ProxiBlue_ReCaptcha>
<!-- Magento forgot to add this to Mage_Captcha's config.xml -->
<Mage_Captcha>
<files>
<default>Mage_Captcha.csv</default>
</files>
</Mage_Captcha>
</modules>
</translate>
</frontend>
Expand Down
1 change: 1 addition & 0 deletions app/code/community/ProxiBlue/ReCaptcha/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<customer>
<groups>
<captcha translate="label">
<show_in_store>1</show_in_store>
<fields>
<font>
<depends>
Expand Down
4 changes: 3 additions & 1 deletion app/etc/modules/ProxiBlue_ReCaptcha.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<ProxiBlue_ReCaptcha>
<active>true</active>
<codePool>community</codePool>
<depends></depends>
<depends>
<Mage_Captcha/>
</depends>
</ProxiBlue_ReCaptcha>
</modules>
</config>

0 comments on commit 5876286

Please sign in to comment.