Translation not working for captcha module Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento translation problem after moved to another serverhow to rename the SKU label?Password reset messages are all in EnglishSmall error in the translation of transactional emailLanguage switcher not changing frontend languageMagento Translation for coupon code not workingCaptcha is not working in rwd thememagento2 : Captcha not workingDefault Captcha module is not working in Magento2JS Translation not working

Why are current probes so expensive?

"Destructive power" carried by a B-52?

Centre cell vertically in tabularx

What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?

Should a wizard buy fine inks every time he want to copy spells into his spellbook?

Does the transliteration of 'Dravidian' exist in Hindu scripture? Does 'Dravida' refer to a Geographical area or an ethnic group?

Does the Rock Gnome trait Artificer's Lore apply when you aren't proficient in History?

Why can't fire hurt Daenerys but it did to Jon Snow in season 1?

What are some likely causes to domain member PC losing contact to domain controller?

The test team as an enemy of development? And how can this be avoided?

Problem with display of presentation

Nose gear failure in single prop aircraft: belly landing or nose landing?

Sally's older brother

As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?

Inverse square law not accurate for non-point masses?

Did John Wesley plagiarize Matthew Henry...?

Why BitLocker does not use RSA

Did any compiler fully use 80-bit floating point?

Statistical analysis applied to methods coming out of Machine Learning

3D Masyu - A Die

What does the writing on Poe's helmet say?

malloc in main() or malloc in another function: allocating memory for a struct and its members

Is a copyright notice with a non-existent name be invalid?

Can gravitational waves pass through a black hole?



Translation not working for captcha module



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento translation problem after moved to another serverhow to rename the SKU label?Password reset messages are all in EnglishSmall error in the translation of transactional emailLanguage switcher not changing frontend languageMagento Translation for coupon code not workingCaptcha is not working in rwd thememagento2 : Captcha not workingDefault Captcha module is not working in Magento2JS Translation not working



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















I have activated magento admin login form captcha. I keep getting the message "Incorrect CAPTCHA" When i enter an incorrect captcha code, I want to show the german language text instead of english, since it is a german shop.



I copied the file




applocaleen_USMage_Captcha.csv




to




applocalede_DEMage_Captcha.csv




and changed the line



"Incorrect CAPTCHA.","Incorrect CAPTCHA."


to



"Incorrect CAPTCHA.","Falsches CAPTCHA."


But it still shows Incorrect CAPTCHA., even after clearing the cache (cache is also disabled.)










share|improve this question
























  • Hello, have you redeployed after making the change?

    – Cold Fridge
    Jul 26 '18 at 12:34











  • are you using magento's default captcha? Or you are using any third party module? Did you check if other translations are working perfectly or not?

    – Sukumar Gorai
    Jul 26 '18 at 12:41











  • I am using magentos captcha. I did not checked yet if other translations work.

    – Black
    Jul 26 '18 at 16:08






  • 2





    github.com/OpenMage/magento-lts/issues/609

    – sv3n
    Feb 25 at 20:49






  • 1





    Think Oleksandrs answer is completly right .... to fix it w/o touching core files just add a mini-extension with a config.xml that contains these line.

    – sv3n
    Feb 25 at 21:01


















4















I have activated magento admin login form captcha. I keep getting the message "Incorrect CAPTCHA" When i enter an incorrect captcha code, I want to show the german language text instead of english, since it is a german shop.



I copied the file




applocaleen_USMage_Captcha.csv




to




applocalede_DEMage_Captcha.csv




and changed the line



"Incorrect CAPTCHA.","Incorrect CAPTCHA."


to



"Incorrect CAPTCHA.","Falsches CAPTCHA."


But it still shows Incorrect CAPTCHA., even after clearing the cache (cache is also disabled.)










share|improve this question
























  • Hello, have you redeployed after making the change?

    – Cold Fridge
    Jul 26 '18 at 12:34











  • are you using magento's default captcha? Or you are using any third party module? Did you check if other translations are working perfectly or not?

    – Sukumar Gorai
    Jul 26 '18 at 12:41











  • I am using magentos captcha. I did not checked yet if other translations work.

    – Black
    Jul 26 '18 at 16:08






  • 2





    github.com/OpenMage/magento-lts/issues/609

    – sv3n
    Feb 25 at 20:49






  • 1





    Think Oleksandrs answer is completly right .... to fix it w/o touching core files just add a mini-extension with a config.xml that contains these line.

    – sv3n
    Feb 25 at 21:01














4












4








4








I have activated magento admin login form captcha. I keep getting the message "Incorrect CAPTCHA" When i enter an incorrect captcha code, I want to show the german language text instead of english, since it is a german shop.



I copied the file




applocaleen_USMage_Captcha.csv




to




applocalede_DEMage_Captcha.csv




and changed the line



"Incorrect CAPTCHA.","Incorrect CAPTCHA."


to



"Incorrect CAPTCHA.","Falsches CAPTCHA."


But it still shows Incorrect CAPTCHA., even after clearing the cache (cache is also disabled.)










share|improve this question
















I have activated magento admin login form captcha. I keep getting the message "Incorrect CAPTCHA" When i enter an incorrect captcha code, I want to show the german language text instead of english, since it is a german shop.



I copied the file




applocaleen_USMage_Captcha.csv




to




applocalede_DEMage_Captcha.csv




and changed the line



"Incorrect CAPTCHA.","Incorrect CAPTCHA."


to



"Incorrect CAPTCHA.","Falsches CAPTCHA."


But it still shows Incorrect CAPTCHA., even after clearing the cache (cache is also disabled.)







magento-1 localisation bug captcha






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 17 at 8:33







Black

















asked Jul 26 '18 at 12:08









BlackBlack

448420




448420












  • Hello, have you redeployed after making the change?

    – Cold Fridge
    Jul 26 '18 at 12:34











  • are you using magento's default captcha? Or you are using any third party module? Did you check if other translations are working perfectly or not?

    – Sukumar Gorai
    Jul 26 '18 at 12:41











  • I am using magentos captcha. I did not checked yet if other translations work.

    – Black
    Jul 26 '18 at 16:08






  • 2





    github.com/OpenMage/magento-lts/issues/609

    – sv3n
    Feb 25 at 20:49






  • 1





    Think Oleksandrs answer is completly right .... to fix it w/o touching core files just add a mini-extension with a config.xml that contains these line.

    – sv3n
    Feb 25 at 21:01


















  • Hello, have you redeployed after making the change?

    – Cold Fridge
    Jul 26 '18 at 12:34











  • are you using magento's default captcha? Or you are using any third party module? Did you check if other translations are working perfectly or not?

    – Sukumar Gorai
    Jul 26 '18 at 12:41











  • I am using magentos captcha. I did not checked yet if other translations work.

    – Black
    Jul 26 '18 at 16:08






  • 2





    github.com/OpenMage/magento-lts/issues/609

    – sv3n
    Feb 25 at 20:49






  • 1





    Think Oleksandrs answer is completly right .... to fix it w/o touching core files just add a mini-extension with a config.xml that contains these line.

    – sv3n
    Feb 25 at 21:01

















Hello, have you redeployed after making the change?

– Cold Fridge
Jul 26 '18 at 12:34





Hello, have you redeployed after making the change?

– Cold Fridge
Jul 26 '18 at 12:34













are you using magento's default captcha? Or you are using any third party module? Did you check if other translations are working perfectly or not?

– Sukumar Gorai
Jul 26 '18 at 12:41





are you using magento's default captcha? Or you are using any third party module? Did you check if other translations are working perfectly or not?

– Sukumar Gorai
Jul 26 '18 at 12:41













I am using magentos captcha. I did not checked yet if other translations work.

– Black
Jul 26 '18 at 16:08





I am using magentos captcha. I did not checked yet if other translations work.

– Black
Jul 26 '18 at 16:08




2




2





github.com/OpenMage/magento-lts/issues/609

– sv3n
Feb 25 at 20:49





github.com/OpenMage/magento-lts/issues/609

– sv3n
Feb 25 at 20:49




1




1





Think Oleksandrs answer is completly right .... to fix it w/o touching core files just add a mini-extension with a config.xml that contains these line.

– sv3n
Feb 25 at 21:01






Think Oleksandrs answer is completly right .... to fix it w/o touching core files just add a mini-extension with a config.xml that contains these line.

– sv3n
Feb 25 at 21:01











1 Answer
1






active

oldest

votes


















2














My shop is Magento 1.9.3.1 and I found the same problem, that Magento_Captcha module don't have translation. I tried different solution and I finally found that in this file:



app/code/core/Mage/Captcha/etc/config.xml


Missing information about which file to use for translation. I added this and translation start working:



<frontend>
...
<translate>
<modules>
<captcha>
<files>
<default>Mage_Captcha.csv</default>
</files>
</captcha>
</modules>
</translate>
...
</frontend>


Note: This solution was used for old Magento 1 store. It will be updated to new Magento 2 soon. If you are planing still to use Magento 1 store, please use comment from sv3n. It is better to create new module for making translation file visible for Magento






share|improve this answer

























  • I'd consider it as a bug ... and not fixed in 1.9.4.x

    – sv3n
    Feb 25 at 16:49











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f236088%2ftranslation-not-working-for-captcha-module%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














My shop is Magento 1.9.3.1 and I found the same problem, that Magento_Captcha module don't have translation. I tried different solution and I finally found that in this file:



app/code/core/Mage/Captcha/etc/config.xml


Missing information about which file to use for translation. I added this and translation start working:



<frontend>
...
<translate>
<modules>
<captcha>
<files>
<default>Mage_Captcha.csv</default>
</files>
</captcha>
</modules>
</translate>
...
</frontend>


Note: This solution was used for old Magento 1 store. It will be updated to new Magento 2 soon. If you are planing still to use Magento 1 store, please use comment from sv3n. It is better to create new module for making translation file visible for Magento






share|improve this answer

























  • I'd consider it as a bug ... and not fixed in 1.9.4.x

    – sv3n
    Feb 25 at 16:49















2














My shop is Magento 1.9.3.1 and I found the same problem, that Magento_Captcha module don't have translation. I tried different solution and I finally found that in this file:



app/code/core/Mage/Captcha/etc/config.xml


Missing information about which file to use for translation. I added this and translation start working:



<frontend>
...
<translate>
<modules>
<captcha>
<files>
<default>Mage_Captcha.csv</default>
</files>
</captcha>
</modules>
</translate>
...
</frontend>


Note: This solution was used for old Magento 1 store. It will be updated to new Magento 2 soon. If you are planing still to use Magento 1 store, please use comment from sv3n. It is better to create new module for making translation file visible for Magento






share|improve this answer

























  • I'd consider it as a bug ... and not fixed in 1.9.4.x

    – sv3n
    Feb 25 at 16:49













2












2








2







My shop is Magento 1.9.3.1 and I found the same problem, that Magento_Captcha module don't have translation. I tried different solution and I finally found that in this file:



app/code/core/Mage/Captcha/etc/config.xml


Missing information about which file to use for translation. I added this and translation start working:



<frontend>
...
<translate>
<modules>
<captcha>
<files>
<default>Mage_Captcha.csv</default>
</files>
</captcha>
</modules>
</translate>
...
</frontend>


Note: This solution was used for old Magento 1 store. It will be updated to new Magento 2 soon. If you are planing still to use Magento 1 store, please use comment from sv3n. It is better to create new module for making translation file visible for Magento






share|improve this answer















My shop is Magento 1.9.3.1 and I found the same problem, that Magento_Captcha module don't have translation. I tried different solution and I finally found that in this file:



app/code/core/Mage/Captcha/etc/config.xml


Missing information about which file to use for translation. I added this and translation start working:



<frontend>
...
<translate>
<modules>
<captcha>
<files>
<default>Mage_Captcha.csv</default>
</files>
</captcha>
</modules>
</translate>
...
</frontend>


Note: This solution was used for old Magento 1 store. It will be updated to new Magento 2 soon. If you are planing still to use Magento 1 store, please use comment from sv3n. It is better to create new module for making translation file visible for Magento







share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 27 at 15:18

























answered Feb 25 at 15:32









Oleksandr DykyiOleksandr Dykyi

7611




7611












  • I'd consider it as a bug ... and not fixed in 1.9.4.x

    – sv3n
    Feb 25 at 16:49

















  • I'd consider it as a bug ... and not fixed in 1.9.4.x

    – sv3n
    Feb 25 at 16:49
















I'd consider it as a bug ... and not fixed in 1.9.4.x

– sv3n
Feb 25 at 16:49





I'd consider it as a bug ... and not fixed in 1.9.4.x

– sv3n
Feb 25 at 16:49

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f236088%2ftranslation-not-working-for-captcha-module%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

БиармияSxpst500bh2ntaf! 3h2r