svn commit: r196345 - in user/edwin/locale: etc tools

Edwin Groothuis edwin at FreeBSD.org
Mon Aug 17 21:15:05 UTC 2009


Author: edwin
Date: Mon Aug 17 21:15:05 2009
New Revision: 196345
URL: http://svn.freebsd.org/changeset/base/196345

Log:
  Map d_t_fmt on c_fmt.

Modified:
  user/edwin/locale/etc/charmaps.xml
  user/edwin/locale/tools/cldr2def.pl

Modified: user/edwin/locale/etc/charmaps.xml
==============================================================================
--- user/edwin/locale/etc/charmaps.xml	Mon Aug 17 20:06:00 2009	(r196344)
+++ user/edwin/locale/etc/charmaps.xml	Mon Aug 17 21:15:05 2009	(r196345)
@@ -508,6 +508,11 @@
 
 </translations>
 
+<c_fmt>
+	<!-- The format of the output of date(1) and ctime(3) is different:
+	-->
+</c_fmt>
+
 <alternativemonths>
 	<!-- Months which are different in dates ("21 december 1980") and in
 		sentence usage ("We will do that in December.").

Modified: user/edwin/locale/tools/cldr2def.pl
==============================================================================
--- user/edwin/locale/tools/cldr2def.pl	Mon Aug 17 20:06:00 2009	(r196344)
+++ user/edwin/locale/tools/cldr2def.pl	Mon Aug 17 21:15:05 2009	(r196345)
@@ -107,7 +107,7 @@ my %DESC = (
 	"day"		=> "Long weekday names",
 	"t_fmt"		=> "X_fmt",
 	"d_fmt"		=> "x_fmt",
-	"XXX"		=> "c_fmt",
+	"d_t_fmt"	=> "c_fmt",
 	"am_pm"		=> "AM/PM",
 	"d_t_fmt"	=> "date_fmt",
 	"altmon"	=> "Long month names (without case ending)",
@@ -174,7 +174,6 @@ if ($TYPE eq "timedef") {
 	    "am_pm"		=> "as",
 	    "d_fmt"		=> "s",
 	    "d_t_fmt"		=> "s",
-#	    "altmon"		=> ">mon",		# repeat them for now
 	    "altmon"		=> "<altmon<mon<as",
 	    "md_order"		=> "<mdorder<d_fmt<s",
 	    "t_fmt_ampm"	=> "s",


More information about the svn-src-user mailing list