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/src/recpt/pageaction.cpp

    r1033 r1212  
    2828/*
    2929   $Log$
     30   Revision 1.30  2000/06/14 22:33:42  sjboddie
     31   Added French and Spanish language selection options to the preferences
     32   page. I really don't like how this is currently implemented (i.e. you
     33   have to recompile the library to do something so simple), it might have
     34   to wait until the new configuration file stuff is done before it's fixed
     35   though.
     36
    3037   Revision 1.29  2000/03/19 21:16:46  nzdl
    3138   added german language interface
     
    392399    text_tarray languages;
    393400    languages.push_back ("en");
     401    languages.push_back ("fr");
    394402    languages.push_back ("de");
     403    languages.push_back ("es");
    395404    languages.push_back ("mi");
    396405    languages.push_back ("zh");
Note: See TracChangeset for help on using the changeset viewer.