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:
parent
c60eb36144
commit
3bdfd4e60f
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user