I have done a magento custom module and I want to make a translation for it.
How can I do that, without creating another translation module ?
Thanks a lot.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use built in translation methods and define all your strings in templates like this:
if you need to use strings in classes or blocks you can get the context from helper class like this:
and if you need to define your own translation file then use this in your etc/config.xml