Hi, I want to use the Theme on a German Website. The timestamp above each post now says for instance when posted 2 hours ago "2 Stunden ago".
This German / English mix doesn't look too well. So I need a timestamp that says "vor 2 Stunden", thus the two things I need to do is:
1) change "ago" to "vor"
2) move that "vor" bit to the front of the timestamp
I can fix 1) on my own. I think I found the relevant bit in the template-tags.php, lines 119 and 140, but I have no idea how I can move the "ago" part to the front.
Can anyone help?