svn commit: r197170 - stable/7/share/timedef

Hajimu UMEMOTO ume at FreeBSD.org
Sun Sep 13 17:05:56 UTC 2009


Author: ume
Date: Sun Sep 13 17:05:56 2009
New Revision: 197170
URL: http://svn.freebsd.org/changeset/base/197170

Log:
  MFC r196651: AM/PM date format for ja_JP.eucJP and ja_JP.SJIS were
  localized by r193869.  However, ja_JP.UTF-8 wasn't.  So, reflect it
  to ja_JP.UTF-8 as well.

Modified:
  stable/7/share/timedef/   (props changed)
  stable/7/share/timedef/ja_JP.UTF-8.src

Modified: stable/7/share/timedef/ja_JP.UTF-8.src
==============================================================================
--- stable/7/share/timedef/ja_JP.UTF-8.src	Sun Sep 13 17:01:34 2009	(r197169)
+++ stable/7/share/timedef/ja_JP.UTF-8.src	Sun Sep 13 17:05:56 2009	(r197170)
@@ -68,13 +68,11 @@
 #
 # am
 #
-#午前
-AM
+午前
 #
 # pm
 #
-#午後
-PM
+午後
 #
 # date_fmt
 #


More information about the svn-src-stable-7 mailing list