Magento forgot to define the Mage_Captcha.csv translation file in config.xml, so I added it in this module
Made the Captcha group for Customers » Customer Configuration visible on store view level to be able to change the language on store view level (which is exactly what store views are usually used for)
Made the module dependent on Mage_Captcha. To reflect reality; it is dependent, but also to make sure that the module's config is parsed afterMage_Captcha's
Because the module is not that active, I also already added the version bump as a separate commit
Mage_Captcha.csv
translation file inconfig.xml
, so I added it in this moduleMage_Captcha
. To reflect reality; it is dependent, but also to make sure that the module's config is parsed afterMage_Captcha
's