site_map_message not language depended
hass - January 3, 2008 - 22:03
| Project: | Site map |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The site_map_message variable is not language depended. I'd like to translate this message into all site languages.

#1
Committed to 5-dev. Found a nifty solution in the captcha module.
Please try it out and report back here.
#2
Not yet tested, but please don't forget to delete the variables on uninstall :-)
#3
Good catch hass! Committed a fix to 5-dev.
#4
î think you mean fixed.
#5
It's minor, but i would change
(code %lang_code)into(%lang_code)within the string'#title' => t('For language %lang_name (code %lang_code)', array('%lang_name' => $lang_name, '%lang_code' => $lang_code)),.#6
Aside, this needs porting to D6 - the i18n Drupal :-)
#7
#8