/[cvs]/nfo/php/libs/org.netfrag.flib/Site.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Site.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jonen, Mon Nov 15 17:24:50 2004 UTC revision 1.8 by jonen, Fri Jan 21 16:51:57 2005 UTC
# Line 3  Line 3 
3  //    $Id$  //    $Id$
4  //    -------------------------------------------------------------------------------  //    -------------------------------------------------------------------------------
5  //    $Log$  //    $Log$
6    //    Revision 1.8  2005/01/21 16:51:57  jonen
7    //    + changed lang-key for turkish
8    //
9  //    Revision 1.7  2004/11/15 17:24:50  jonen  //    Revision 1.7  2004/11/15 17:24:50  jonen
10  //    + updated 'setlocale' for FreeBSD  //    + updated 'setlocale' for FreeBSD
11  //  //
# Line 162  class Site extends Application_AbstractB Line 165  class Site extends Application_AbstractB
165            setlocale (LC_ALL, 'en_US.ISO_8859-1');            setlocale (LC_ALL, 'en_US.ISO_8859-1');
166          }          }
167      }      }
168      elseif($langkey == "tur") {      elseif($langkey == "tr") {
169          if(!setlocale (LC_ALL, 'tr_TR')) {          if(!setlocale (LC_ALL, 'tr_TR')) {
170            // needed at e.g. FreeBSD            // needed at e.g. FreeBSD
171            setlocale (LC_ALL, 'tr_TR.ISO_8859-1');            setlocale (LC_ALL, 'tr_TR.ISO_8859-1');

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed