Ignore:
Timestamp:
2000-06-15T10:33:42+12:00 (24 years ago)
Author:
sjboddie
Message:

Added French and Spanish language selection options to the preferences
page. I really don't like how this is currently implemented (i.e. you
have to recompile the library to do something so simple), it might have
to wait until the new configuration file stuff is done before it's fixed
though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/pref.dm

    r1201 r1212  
    329329_enlanguageoption_ {<option value="en"_If_("_cgiargl_",, selected)_If_("_cgiargl_" eq "en", selected)>_textlangeng_}
    330330_delanguageoption_ {<option value="de"_If_("_cgiargl_" eq "de", selected)>_textlanggerman_}
     331_frlanguageoption_ {<option value="fr"_If_("_cgiargl_" eq "fr", selected)>_textlangfrench_}
     332_eslanguageoption_ {<option value="es"_If_("_cgiargl_" eq "es", selected)>_textlangspanish_}
    331333_milanguageoption_ {<option value="mi"_If_("_cgiargl_" eq "mi", selected)>_textlangmaori_}
    332334_zhlanguageoption_ {<option value="zh"_If_("_cgiargl_" eq "zh", selected)>_textlangchinese_}
Note: See TracChangeset for help on using the changeset viewer.