Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2009 21:15:05 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r196345 - in user/edwin/locale: etc tools
Message-ID:  <200908172115.n7HLF5mv093944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908172115.n7HLF5mv093944>