Page 1 of 1

Breadcrumbs untranslated

Posted: Wed Jul 25, 2007 2:22 pm
by b0n3m4n
Just something rather small:

Apparently the "You are here:"-line in the breadcrumbs does not have language support.
The line seems to be hard-coded in the standard template in English.

Code: Select all

   {* Start Breadcrumbs *}
   <div class="breadcrumbs">
        {breadcrumbs starttext='You are here' root='Home' delimiter='»'}
   <hr class="accessibility" />
   </div>
   {* End Breadcrumbs *}
Don't know how difficult this is to fix.