Closed (fixed)
Project:
IE 6 Update
Version:
6.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Oct 2010 at 23:55 UTC
Updated:
26 May 2025 at 08:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
mvcThe link and text are stored as variables, and so must be translated using the i18n module's support for internationalized variables, not in the ie6update module itself.
To do this, add the two variables used by this module (ie6update_destination_url and ie6update_update_bar_message) to the $conf['i18n_variables'] array in settings.php, then visit admin/settings/ie6update, switch to each language, enter an appropriate translation, and save the page. The settings for each language will then be saved independently.
More information on i18n variables is available in the handbook at http://drupal.org/node/313272
I suggest adding these instructions to a README.txt file.
Comment #2
mvcComment #3
iamEAP commentedI'm attaching a README.txt file which should be added to the repo. I picked and choosed info from the project page, added what I thought was sensible, and information regarding how to translate the variables.
Comment #4
mvcLooks good here :)
Comment #5
iamEAP commentedCommitted and released in 6.x-1.4.
Thanks for the info, mvc.