svn commit: r199659 - stable/8/share/timedef
Hajimu UMEMOTO
ume at FreeBSD.org
Sun Nov 22 17:25:11 UTC 2009
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
#
More information about the svn-src-stable
mailing list