RE: phpweather configurator.php,1.15,1.16
Brought to you by:
iridium
From: Max H. <ma...@fl...> - 2002-03-28 21:54:29
|
I'm aware that it doesn't actually do anything with the language default, but there's no reason not to do nothing with norwegian also :P Max > Modified Files: > configurator.php > Log Message: > Added norwegian > > Index: configurator.php > =================================================================== > RCS file: /cvsroot/phpweather/phpweather/configurator.php,v > retrieving revision 1.15 > retrieving revision 1.16 > diff -u -3 -r1.15 -r1.16 > --- configurator.php 20 Mar 2002 19:26:50 -0000 1.15 > +++ configurator.php 28 Mar 2002 21:47:44 -0000 1.16 > @@ -382,9 +382,10 @@ > > $properties['language'] = > new select('language', > - array('en' => 'English', > - 'da' => 'Danish', > - 'hu' => 'Hungarian'), > + array( 'en' => 'English', > + 'da' => 'Danish', > + 'hu' => 'Hungarian', > + 'no' => 'Norwegian'), > 'PHP Weather can produce output in several languages ' . > '- please select your default from the list.'); > > > > _______________________________________________ > PHPWeather-checkins mailing list > PHP...@li... > https://lists.sourceforge.net/lists/listinfo/phpweather-checkins |