home reference and i18n
zio - June 28, 2009 - 09:59
| Project: | Custom Breadcrumbs |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Is it possible to translate "Home" reference title from this module with i18n?

#1
Put this in your settings.php
$conf['i18n_variables'] = array(
//custom breadcrumbs
'custom_breadcrumb_home',
);
so you can change it per language in http://yoursite.com/#lang-prefix#/admin/settings/custom-breadcrumbs
#2
that worked for me thanks
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.