I'm new to concrete (and loving it), but I'm from the Netherlands. So I'd like to change the website to dutch, specifically the user part (dashboard is no problem in English). Now i have found a great way to do most of it by installing a nl_NL language pack:
However it doesn't change the blog post's "previous/next/posted by/read full post" to dutch. It also changes some sentences to dutch except for one or a couple of words. Anyone has a clue how to change that to dutch?
De nederlandse vertaling is 100% compleet.
Soms zijn bepaalde items niet vertaald.
In het geval van de blog posts "Posted by" mist er een verwijzend stukje code, hier een voorbeeld.
\concrete\blocks\page_list\templates\blog_index.php
Regel 27
Posted by <?phpecho$author;?> on <?phpecho$date;?>
Dit moet eigenlijk zijn:
<?phpecho t('Posted by')?><?phpecho$author;?> on <?phpecho$date;?>