Translate specific segments from existing theme
Permalink
I used the basic C5 theme but I need all elements to be dutch. So when a visitor uses the email form I need to see 'dank je' and not 'thanks!' and many more changes like this.
Where do I change these settings? I am aware of certain classes and structures but being out of C5 for so long I need to get back into the structure and layouts.
Thank you for explaining in advance.
Where do I change these settings? I am aware of certain classes and structures but being out of C5 for so long I need to get back into the structure and layouts.
Thank you for explaining in advance.
There is a translate function t() that should be in the code to handle this: e.g. t('thanks') providing it has been used.
This should be in the view.php file of the add-on/block.
Thanks
Dave