Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Have I got the instructions for the plug-in right (Web Title)?
Hi there,
I was wondering should I have code like this:
$Definition['Some Code'] = 'Translation goes here.';
$Definition['Iñtërnâtiônàlizætiøn'] = 'Iñtërnâtiônàlizætiøn Translation!!!';
$Definition['Title on Homepage'] = 'THIS IS THE TEXT THAT I WANT TO DISPLAY';
in:
locales > skeleton > definitions.php
or is that the wrong place? In short, have I done this right?
Thanks.
I was wondering should I have code like this:
$Definition['Some Code'] = 'Translation goes here.';
$Definition['Iñtërnâtiônàlizætiøn'] = 'Iñtërnâtiônàlizætiøn Translation!!!';
$Definition['Title on Homepage'] = 'THIS IS THE TEXT THAT I WANT TO DISPLAY';
in:
locales > skeleton > definitions.php
or is that the wrong place? In short, have I done this right?
Thanks.
Tagged:
0
Comments
$Definition['Title on Homepage'] = 'YOUR TITLE HERE';
in yourconf/locale.php
.It works for me...