Hi there,
How can i translate the post date to my language? Please see the image bellow:
Your locale should include a proper translation. Which locale are you using?
Here are the translation strings:
For the format see:
Hi @Bleistivt . Thanks for your answer. I'm using pt_BR translation. Do you know where can i translate it properly?
@Bleistivt
It worked just adding on the top of file locales/pt_BR/site_core.php the following:
setlocale(LC_ALL, 'pt_BR.UTF-8');
Thanks for your help.
For me the language of dates has been a headache, I have tried everything they have recommended and nothing works.
Comments
Your locale should include a proper translation. Which locale are you using?
Here are the translation strings:
For the format see:
Hi @Bleistivt . Thanks for your answer. I'm using pt_BR translation. Do you know where can i translate it properly?
@Bleistivt
It worked just adding on the top of file locales/pt_BR/site_core.php the following:
setlocale(LC_ALL, 'pt_BR.UTF-8');
Thanks for your help.
For me the language of dates has been a headache, I have tried everything they have recommended and nothing works.