svn commit: r199179 - head/share/timedef

[ Available lists | Index of svn-src-all | Month of Nov 2009 | Week of 11 Nov 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Hajimu UMEMOTO <ume@FreeBSD.org>
Date
11 Nov 2009 11:24:03
Subject
svn commit: r199179 - head/share/timedef
Message-ID
200911111124.nABBO3xY093199@svn.freebsd.org


[ Hide this part ]
Author: ume
Date: Wed Nov 11 11:24:02 2009
New Revision: 199179
URL: http://svn.freebsd.org/changeset/base/199179

Log:
Add unit to the short month names for Japanese locales.
Without unit, the output of the application like ls(1)
is complicated.

Reviewed by: nork
MFC after: 1 week

Modified:
head/share/timedef/ja_JP.SJIS.src
head/share/timedef/ja_JP.UTF-8.src
head/share/timedef/ja_JP.eucJP.src

Modified: head/share/timedef/ja_JP.SJIS.src
==============================================================================
--- head/share/timedef/ja_JP.SJIS.src Wed Nov 11 11:10:36 2009 (r199178)
+++ head/share/timedef/ja_JP.SJIS.src Wed Nov 11 11:24:02 2009 (r199179)
@@ -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)
#

Modified: head/share/timedef/ja_JP.UTF-8.src
==============================================================================
--- head/share/timedef/ja_JP.UTF-8.src Wed Nov 11 11:10:36 2009 (r199178)
+++ head/share/timedef/ja_JP.UTF-8.src Wed Nov 11 11:24:02 2009 (r199179)
@@ -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)
#

Modified: head/share/timedef/ja_JP.eucJP.src
==============================================================================
--- head/share/timedef/ja_JP.eucJP.src Wed Nov 11 11:10:36 2009 (r199178)
+++ head/share/timedef/ja_JP.eucJP.src Wed Nov 11 11:24:02 2009 (r199179)
@@ -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)
#


Elapsed time: 0.106 seconds