Author: ume
Date: Sun Nov 22 17:25:11 2009
New Revision: 199659
URL: http://svn.freebsd.org/changeset/base/199659

Log:
  MFC r199179, r199271:
  - Add unit to the short month names for Japanese locales.
    Without unit, the output of the application like ls(1)
    is complicated.
  - Since %b contains unit, %b is not suitable for c_fmt,
    now.  Use %_m instead.

Modified:
  stable/8/share/timedef/ja_JP.SJIS.src
  stable/8/share/timedef/ja_JP.UTF-8.src
  stable/8/share/timedef/ja_JP.eucJP.src
Directory Properties:
  stable/8/share/timedef/   (props changed)

Modified: stable/8/share/timedef/ja_JP.SJIS.src
==============================================================================
--- stable/8/share/timedef/ja_JP.SJIS.src       Sun Nov 22 17:16:37 2009        
(r199658)
+++ stable/8/share/timedef/ja_JP.SJIS.src       Sun Nov 22 17:25:11 2009        
(r199659)
@@ -5,18 +5,18 @@
 #
 # Short month names
 #
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-10
-11
-12
+ 1��
+ 2��
+ 3��
+ 4��
+ 5��
+ 6��
+ 7��
+ 8��
+ 9��
+10��
+11��
+12��
 #
 # Long month names (as in a date)
 #
@@ -65,7 +65,7 @@
 #
 # just following tradition...
 # %a %b %e %H:%M:%S %Y
-%a %b/%e %T %Y
+%a %_m/%e %T %Y
 #
 # am
 #

Modified: stable/8/share/timedef/ja_JP.UTF-8.src
==============================================================================
--- stable/8/share/timedef/ja_JP.UTF-8.src      Sun Nov 22 17:16:37 2009        
(r199658)
+++ stable/8/share/timedef/ja_JP.UTF-8.src      Sun Nov 22 17:25:11 2009        
(r199659)
@@ -4,18 +4,18 @@
 # WARNING: empty lines are essential too
 #
 # Short month names
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-10
-11
-12
+ 1月
+ 2月
+ 3月
+ 4月
+ 5月
+ 6月
+ 7月
+ 8月
+ 9月
+10月
+11月
+12月
 #
 # Long month names (as in a date)
 #
@@ -64,7 +64,7 @@
 #
 # just following tradition...
 # %a %b %e %H:%M:%S %Y
-%a %b/%e %T %Y
+%a %_m/%e %T %Y
 #
 # am
 #

Modified: stable/8/share/timedef/ja_JP.eucJP.src
==============================================================================
--- stable/8/share/timedef/ja_JP.eucJP.src      Sun Nov 22 17:16:37 2009        
(r199658)
+++ stable/8/share/timedef/ja_JP.eucJP.src      Sun Nov 22 17:25:11 2009        
(r199659)
@@ -4,18 +4,18 @@
 # WARNING: empty lines are essential too
 #
 # Short month names
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-10
-11
-12
+ 1��
+ 2��
+ 3��
+ 4��
+ 5��
+ 6��
+ 7��
+ 8��
+ 9��
+10��
+11��
+12��
 #
 # Long month names (as in a date)
 #
@@ -64,7 +64,7 @@
 #
 # just following tradition...
 # %a %b %e %H:%M:%S %Y
-%a %b/%e %T %Y
+%a %_m/%e %T %Y
 #
 # am
 #
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to