Closed (fixed)
Project:
Site map
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2008 at 22:03 UTC
Updated:
30 Jul 2008 at 12:27 UTC
The site_map_message variable is not language depended. I'd like to translate this message into all site languages.
Comments
Comment #1
frjo commentedCommitted to 5-dev. Found a nifty solution in the captcha module.
Please try it out and report back here.
Comment #2
hass commentedNot yet tested, but please don't forget to delete the variables on uninstall :-)
Comment #3
frjo commentedGood catch hass! Committed a fix to 5-dev.
Comment #4
hass commentedî think you mean fixed.
Comment #5
hass commentedIt'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)),.Comment #6
hass commentedAside, this needs porting to D6 - the i18n Drupal :-)
Comment #7
hass commentedComment #8
frjo commented