Posted by zio on June 28, 2009 at 9:59am
Jump to:
| Project: | Custom breadcrumbs |
| Version: | 6.x-2.0-beta2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Is it possible to translate "Home" reference title from this module with i18n?
Comments
#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.
#5
@hamsterbacke82 or @blecheimer , can you verify that this still works with the latest 6.x-2.x-dev? Please see the bug report at #647570: 'Home' breadcrumb i18n not working. It would help to have this confirmed.
Thanks
#6
subscribing...
#7
Sorry for the late answer I have Custom Breadcrumbs 6.x-2.0-beta2 and it works
#8
#9
aaaaaah thanks a million for this! It worked!