The following reply was made to PR misc/148792; it has been noted by GNATS.

From: [email protected] (dfilter service)
To: [email protected]
Cc:  
Subject: Re: misc/148792: commit references a PR
Date: Tue, 20 Jul 2010 14:27:23 +0000 (UTC)

 Author: roberto
 Date: Tue Jul 20 14:27:09 2010
 New Revision: 210296
 URL: http://svn.freebsd.org/changeset/base/210296
 
 Log:
   Week days are all lowercase in French.
   cf. http://www.academie-francaise.fr/langue/questions.html#jourdelasemaine 
(FR)
   
   PR:          misc/148792
   Submitted by:        Mathieu <[email protected]>
   MFC after:   1 weeks
 
 Modified:
   head/share/timedef/fr_FR.ISO8859-1.src
   head/share/timedef/fr_FR.UTF-8.src
 
 Modified: head/share/timedef/fr_FR.ISO8859-1.src
 ==============================================================================
 --- head/share/timedef/fr_FR.ISO8859-1.src     Tue Jul 20 13:59:51 2010        
(r210295)
 +++ head/share/timedef/fr_FR.ISO8859-1.src     Tue Jul 20 14:27:09 2010        
(r210296)
 @@ -35,23 +35,23 @@ décembre
  #
  # Short weekday names
  #
 -Dim
 -Lun
 -Mar
 -Mer
 -Jeu
 -Ven
 -Sam
 +dim
 +lun
 +mar
 +mer
 +jeu
 +ven
 +sam
  #
  # Long weekday names
  #
 -Dimanche
 -Lundi
 -Mardi
 -Mercredi
 -Jeudi
 -Vendredi
 -Samedi
 +dimanche
 +lundi
 +mardi
 +mercredi
 +jeudi
 +vendredi
 +samedi
  #
  # X_fmt
  #
 
 Modified: head/share/timedef/fr_FR.UTF-8.src
 ==============================================================================
 --- head/share/timedef/fr_FR.UTF-8.src Tue Jul 20 13:59:51 2010        
(r210295)
 +++ head/share/timedef/fr_FR.UTF-8.src Tue Jul 20 14:27:09 2010        
(r210296)
 @@ -35,23 +35,23 @@ décembre
  #
  # Short weekday names
  #
 -Dim
 -Lun
 -Mar
 -Mer
 -Jeu
 -Ven
 -Sam
 +dim
 +lun
 +mar
 +mer
 +jeu
 +ven
 +sam
  #
  # Long weekday names
  #
 -Dimanche
 -Lundi
 -Mardi
 -Mercredi
 -Jeudi
 -Vendredi
 -Samedi
 +dimanche
 +lundi
 +mardi
 +mercredi
 +jeudi
 +vendredi
 +samedi
  #
  # X_fmt
  #
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to