Blog-layout Date-format/translation

Permalink
Hi Guys,

after installing a translated C5 version/the .mo-file the Blog isn't translated (german).
That means:
- Date-Format is american
- month-names are in english

I think its to difficult or impossible to translate it for the translation team?

I'd like to work with concrete5 but i definitely need a european date-format in the "frontend". Is there any chance to solve this?

Regards

Torsten

tsilbermann
 
tsilbermann replied on at Permalink Reply
tsilbermann
The date-format and the description (Posted by ... on ...) is hardcoded in :

concrete/blocks/page_list/templates/blog_index.php on line 11 and 27

concrete/themes/default/blog_entry.php on line 18

Would be nice to get it translated with gettext in the next update.

What i didn't find out is how to use month-names in a different language (german in my case) that is displayed Juni (german) instead of June.