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, 27 Jul 2010 09:12:30 +0000 (UTC) Author: roberto Date: Tue Jul 27 09:12:11 2010 New Revision: 210527 URL: http://svn.freebsd.org/changeset/base/210527 Log: MFC r210296: 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]> Modified: stable/8/share/timedef/fr_FR.ISO8859-1.src stable/8/share/timedef/fr_FR.UTF-8.src Directory Properties: stable/8/share/timedef/ (props changed) Modified: stable/8/share/timedef/fr_FR.ISO8859-1.src ============================================================================== --- stable/8/share/timedef/fr_FR.ISO8859-1.src Tue Jul 27 09:01:03 2010 (r210526) +++ stable/8/share/timedef/fr_FR.ISO8859-1.src Tue Jul 27 09:12:11 2010 (r210527) @@ -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: stable/8/share/timedef/fr_FR.UTF-8.src ============================================================================== --- stable/8/share/timedef/fr_FR.UTF-8.src Tue Jul 27 09:01:03 2010 (r210526) +++ stable/8/share/timedef/fr_FR.UTF-8.src Tue Jul 27 09:12:11 2010 (r210527) @@ -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]"
