[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#166979: Locales simply wont work



It is safer to test using 'date', as this do not require external
translation files.

  # locale-gen
  Generating locales...
    en_US.ISO-8859-1... done
    en_US.UTF-8... done
    es_ES.ISO-8859-1... done
    es_ES.ISO-8859-15@euro... done
  Generation complete.

  # date; LC_ALL=en_US date; LC_ALL=es_ES date
  Fri Nov 15 17:16:43 CET 2002
  Fri Nov 15 17:16:43 CET 2002
  vie nov 15 17:16:43 CET 2002

This is using Debian/Woody, glibc 2.2.5-11.2.

But rm works just fine for me:

  % rm; LC_ALL=en_US rm; LC_ALL=es_ES rm
  rm: too few arguments
  Try `rm --help' for more information.
  rm: too few arguments
  Try `rm --help' for more information.
  rm: número de argumentos insuficiente
  Pruebe `rm --help' para más información.



Reply to: