On Sat, 1 May 2004, Nuno Lopes wrote:

> +} else {
> +
> +     /* TODO: Add all languages here */
> +     $langs = array('en' => 'English',
> +                     'de' => 'German',
> +                     'fr' => 'French',
> +                     'pt_BR' => 'Portuguese (Brazilian)');

How is it an improvement if you need to maintain this array? I don't
think it's a good idea.

Derick

Reply via email to