Re: Translation bug?
Brought to you by:
iridium
From: Martin G. <gim...@gi...> - 2002-06-29 10:47:47
|
Ondrej Jombik <ne...@po...> writes: > Maxim, 00:03:18 > 29. jun 2002 (sobota) > Greetings! >=20 > In output/pw_lang_en.php file is this: >=20 > $this->strings['weather'] =3D > array( > .. > 'IC' =3D> ' ice crystals', > 'PL' =3D> ' ice pellets', > .. >=20 > But in phpweather.php file is no test for PL, but only for PE. > Look at 'Precipitation' line of code below. >=20 > I suppose, that only one from these shold be used, PL or PE. > What do you think about this? You're right - there is a problem. The code for icepellets was changed in 1998 from PE to PL but somehow this isn't reflected in PHP Weather. I'll change the code so that it tests for PL instead of PE. =2D-=20 Martin Geisler My GnuPG Key: 0xF7F6B57B See my homepage at http://www.gimpster.com/ for: PHP Weather =3D> Shows the current weather on your webpage. PHP Shell =3D> A telnet-connection (almost :-) in a PHP page. |