summaryrefslogtreecommitdiffstats
path: root/share/timedef
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2009-11-22 17:25:11 +0000
committerume <ume@FreeBSD.org>2009-11-22 17:25:11 +0000
commit3bdfd4e60fe372d750b2efb5caaa229ef976b857 (patch)
tree43050750c08f37a41eb8d76c81b8298346966a01 /share/timedef
parentc60eb36144a30202454652add05b56a0c4ecfde0 (diff)
downloadFreeBSD-src-3bdfd4e60fe372d750b2efb5caaa229ef976b857.zip
FreeBSD-src-3bdfd4e60fe372d750b2efb5caaa229ef976b857.tar.gz
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.
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/ja_JP.SJIS.src26
-rw-r--r--share/timedef/ja_JP.UTF-8.src26
-rw-r--r--share/timedef/ja_JP.eucJP.src26
3 files changed, 39 insertions, 39 deletions
diff --git a/share/timedef/ja_JP.SJIS.src b/share/timedef/ja_JP.SJIS.src
index 8a1de08..ca6702d 100644
--- a/share/timedef/ja_JP.SJIS.src
+++ b/share/timedef/ja_JP.SJIS.src
@@ -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
#
diff --git a/share/timedef/ja_JP.UTF-8.src b/share/timedef/ja_JP.UTF-8.src
index 9ee39a5..21d0eb5 100644
--- a/share/timedef/ja_JP.UTF-8.src
+++ b/share/timedef/ja_JP.UTF-8.src
@@ -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
#
diff --git a/share/timedef/ja_JP.eucJP.src b/share/timedef/ja_JP.eucJP.src
index 299f1a7..155d227 100644
--- a/share/timedef/ja_JP.eucJP.src
+++ b/share/timedef/ja_JP.eucJP.src
@@ -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
#
OpenPOWER on IntegriCloud