Comment 3 for bug 860173

Revision history for this message
Dominique-Alain JAN (dajan) wrote :

Good comments Melissa,

But we could also thing differently. We could admit that icon with texts or local idiomatic are important. Then we could provide a way of having localised icons.

When Mahara has to display an icon the procedure will load the icon from the language package. My reflection on this is the following :

Option A :
    The procedure looks into the "icons" folder of the selected language pack. If not found, take the icon from the "icons" folder in the English pack. The "icons" folder is a new folder put into each "lang" folder

Option B :
   Access to icons are made by the getstring() function, presently used to display English and localised strings from the lang folders. In the actual lang files, strings with the path to the icons to display are added. Translators can then change the icon's path to a localised icon. Futhermore, anyone could change the icon of the interface, editing the lang files.

Are these silly ideas? or not?