Branch: Tag:

2004-05-23

2004-05-23 15:08:56 by Marc Dirix <marc@electronics-design.nl>

removed LOCALE(,x,......)

Rev: server/modules/examples/fnord.pike:1.18
Rev: server/modules/tags/wizz.pike:1.12

4:   // of a container.      // This variable is shown in the configinterface as the version of the module. - constant cvs_version = "$Id: fnord.pike,v 1.17 2002/06/14 10:21:57 nilsson Exp $"; + constant cvs_version = "$Id: fnord.pike,v 1.18 2004/05/23 15:08:56 _cvs_dirix Exp $";      // Tell Roxen that this module is threadsafe. That is there is no   // request specific data in global variables.
17:   // Some defines for the translation system   //   //<locale-token project="mod_fnord">LOCALE</locale-token> - #define LOCALE(X,Y) _STR_LOCALE("mod_fnord",X,Y) + //#define LOCALE(X,Y) _STR_LOCALE("mod_fnord",X,Y)   // end of the locale related stuff      // Documentation:
80:    if (arguments->alt)    return arguments->alt;    if (arguments["show-fnord"]) -  return LOCALE(5, "FNORD"); +  return "FNORD";    return "";   }