Branch: Tag:

2003-06-26

2003-06-26 15:59:24 by Anders Johansson <anders@roxen.com>

Fixed some broken locale stuff and updated ids.

Rev: server/modules/examples/newstyle_fnord.pike:1.14
Rev: server/modules/filesystems/filesystem.pike:1.122
Rev: server/modules/filesystems/sqlfs.pike:1.5
Rev: server/modules/scripting/perl.pike:2.24
Rev: server/modules/tags/writefile.pike:1.15
Rev: server/translations/eng/mod_filesystem.xml:1.9
Rev: server/translations/eng/mod_fnord.xml:1.3
Rev: server/translations/eng/mod_newstyle_fnord.xml:1.1
Rev: server/translations/eng/mod_perl.xml:1.1
Rev: server/translations/eng/mod_sqlfs.xml:1.1
Rev: server/translations/eng/mod_writefile.xml:1.1

8:   // See fnord.pike for more information of what this tag does.      // This variable is shown in the configinterface as the version of the module. - constant cvs_version = "$Id: newstyle_fnord.pike,v 1.13 2001/09/21 15:58:09 jhs Exp $"; + constant cvs_version = "$Id: newstyle_fnord.pike,v 1.14 2003/06/26 15:59:22 anders Exp $";      // Tell Roxen that this module is threadsafe.   constant thread_safe=1;
17:   inherit "module";       - // moduke.h must be included to use the LOCALE macro below. + // module.h must be included to use the LOCALE macro below.   #include <module.h>   // Some defines for the translation system   // - //<locale-token project="mod_fnord">LOCALE</locale-token> - #define LOCALE(X,Y) _DEF_LOCALE("mod_fnord",X,Y) + //<locale-token project="mod_newstyle_fnord">LOCALE</locale-token> + #define LOCALE(X,Y) _DEF_LOCALE("mod_newstyle_fnord",X,Y)   // end of the locale related stuff