Translating "Body is Required"
                    Hello everyone,
I wasn't able to translate "body is required" message which wasted a day of my life. I think it is better for me to change the core file but do not know which file I need to change.
                
                        I wasn't able to translate "body is required" message which wasted a day of my life. I think it is better for me to change the core file but do not know which file I need to change.
            Tagged:
            
        
0          
            
        
            
Comments
/applications/dashboard/locale/en-CA/definitions.php
In order to have perfect translation
$Definition['ValidateRequired'] = '%s is required.';
$Definition['body'] = 'body-in-your-language';
$Definition['Body'] = 'body-in-your-language';