Drupal – Custom BreadCrumbs Home Text Translation

If you want to translate the Home Text in the Custom Breadcrumbs, add the following lines in the sites/default/settings.php.

$conf['i18n_variables'] = array(
  //custom breadcrumbs
  'custom_breadcrumb_home',
);

 

Done =)

Reference: Custom Breadcrumbs – README.txt

5 thoughts on “Drupal – Custom BreadCrumbs Home Text Translation”

  1. Awesome, although I have managed to set custom_breadcrumbs up slightly differently so that I am not sure if I still need the patch or not.

    In other words I have not used the ‘Home breadcrumb text’ option at ‘/admin/config/user-interface/custom-breadcrumbs’ and instead added custom breadcrumbs for each language variation under ‘/admin/structure/custom_breadcrumbs/list’.

    Seems to work ok.

    Good to know this patch exists though. Maybe this would be a better solution?

    Like

Leave a reply to Daniel Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.