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

Bug#5223: manpages-fr must use $LANG & co



 > 	The problem is that I can't get it to work this way:
 > 
 > bash# export | grep FR
 > declare -x LANG="fr_FR"
 > declare -x LC_COLLATE="fr_FR"
 > declare -x LC_CTYPE="fr_FR"
 > declare -x LC_MESSAGES="fr_FR"
 > declare -x LC_MONETARY="fr_FR"
 > declare -x LC_NUMERIC="fr_FR"
 > declare -x LC_TIME="fr_FR"
 > bash# echo $MANPATH
 > /usr/man:/usr/local/man:/usr/X11R6/man
 > bash# ls -al /usr/man/fr_FR/man7/locale.7.gz 
 > -rw-r--r--   1 root     root         2770 Oct 23 04:39 /usr/man/fr_FR/man7/locale.7.gz
 > bash# man 7 locale
 > 
 > LOCALE(7)           Linux Programmer's Manual           LOCALE(7)
 > 
 > NAME
 >        locale - Description of multi-language support
 > 
 > SYNOPSIS
 >        #include <locale.h>
 > 
 > DESCRIPTION
 >        A  locale  is a set..... etc...
 > 
 > ---------
 > 
 > Are there any other variables to set or /etc/manpath.config tuning to do?
 > 

Strange, because with my configuration:
ii  man             2.3.10-11      Display the on-line manual.
ii  manpages        1.11-4         Section 2, 3, 4, 5, 7, and 9 manpages
ii  manpages-fr     0.1-1          French version of the manual pages.

$ export | grep FR
declare -x LANG="fr_FR"
$ echo $MANPATH
                                                                              
$ ls -al /usr/man/fr_FR/man7/locale.7.gz
-rw-r--r--   1 root     root         2770 Oct 23 04:39 /usr/man/fr_FR/man7/locale.7.gz
$ man 7 locale                                                              
LOCALE(7)        Manuel de l'administrateur Linux       LOCALE(7)
NAME
       locale - Description du support multi-langages.
SYNOPSIS
       #include <locale.h>
DESCRIPTION
       Un localisation est un ensemble de regles linguistiques et
[...]
$ export MANPATH=/usr/man:/usr/local/man:/usr/X11R6/man
$ man 7 locale                                                              
LOCALE(7)        Manuel de l'administrateur Linux       LOCALE(7)
NAME
       locale - Description du support multi-langages.
[...]


--
Christophe Le Bars - Email : clebars@teaser.fr, clebars@debian.org
01001DEBIAN0LINUX0110ESPERANTO000000101011ML11111010010GNU01100001
101110100101000111111 Utilisez Linux Debian! 100101010010000110010




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: