RE: Translation problems
Brought to you by:
iridium
From: Max H. <ma...@fl...> - 2002-05-21 20:35:38
|
> > elseif ($meters_per_second == 2 > > || $meters_per_second == 3 > > || $meters_per_second == 4) { > > $this->strings['meters_per_second'] = ' metre za sekundu'; > > } Can I suggest that you use switch {} statements instead? It might be simpler to see and understand... Max |