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.
This commit is contained in:
Hajimu UMEMOTO 2009-11-22 17:25:11 +00:00
parent c2a8874e1a
commit 3a55f83a23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=199659
3 changed files with 39 additions and 39 deletions

View File

@ -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
#

View File

@ -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
#

View File

@ -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
#