Hi,

i was searching some information about that but no success. if i missed something - i'm very sorry.

Is there a possibility to use custom breadcrumb module with custom text as Title and translate it somehow? or take translated menu name as title (i can give menu item id)? (i have token module installed).

i'll be glad for any clue, thanks.

Comments

kuzmaxp’s picture

Hi!I had the same problem! I аixed it by using new version module Custom Breadcrumbs! Custom Breadcrumbs 2 (6.x-2.x)! Multiple languages are also supported. Good luck!

Naiya’s picture

kuzmaxp thanks for info!

Great news, but it's still rc version - hope it will be marked as stable soon :)

MGN’s picture

Status: Active » Fixed

I think this can only be done with the multilanguage support in 6.x-2.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

飞竹’s picture

Version: 6.x-1.5 » 7.x-2.x-dev
Status: Closed (fixed) » Patch (to be ported)

I think in file: custom_breadcrumbs.module

    find all of " variable_get('custom_breadcrumb_home', t('Home')) "
    switch to " t(variable_get('custom_breadcrumb_home', t('Home'))) "

can fix the promblem.
Please MGN Modify it.

MGN’s picture

Status: Patch (to be ported) » Closed (duplicate)

Sorry, this is an improper use of t() - read the API documentation on t() or search drupal.org. This has been addressed many times now.

MGN’s picture

Status: Closed (duplicate) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sinasalek’s picture

Version: 7.x-2.x-dev » 7.x-2.0-beta1
Issue summary: View changes
Status: Closed (fixed) » Active

It's still not possible to translate custom breadcrumb texts. I checked read me and couldn't find any information regarding this.