History log of /freebsd-10.1-release/share/timedef/ja_JP.SJIS.src
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 199271 14-Nov-2009 ume

Since %b contains unit, %b is not suitable for c_fmt, now. Use %_m
instead.


# 199179 11-Nov-2009 ume

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


# 193869 09-Jun-2009 edwin

ja_JP: AM/PM date format should be localized.

ja_JP.eucJP and ja_JP.SJIS fixes.

PR: conf/63527
Submitted by: Yukihiro Nakai <nakai@gnome.gr.jp>
MFC after: 1 week


# 174990 30-Dec-2007 ache

Comments fixing
1) Back out "month names" -> "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -> "weekday names"

Noted by: des [1]


# 174977 29-Dec-2007 ache

Comments fixing
"month names" -> "months names"
typo
"Long months names (alternative)" or "in alternative form" ->
"(without case ending)"
"Long months names" -> "Long months names (as in a date)"
to not confuse developers on what purpose those sections are


# 74609 21-Mar-2001 ache

Add padding for some short names to make their length the same to not
break colums


# 74606 21-Mar-2001 ache

Remove fixed length restrictions and padding


# 74570 21-Mar-2001 ache

Replace %y with %Y


# 74413 18-Mar-2001 ache

Convert to new locale format with md_order and without E[Ff]_fmt
Add ampm_fmt to all locales


# 61902 21-Jun-2000 ache

Fix %EF


# 54090 03-Dec-1999 ache

Don't use %E* in old fields for compatibility reasons


# 53961 30-Nov-1999 ache

Convert after %Ex->%Ef and %EF adding


# 53943 30-Nov-1999 ache

Convert to new format


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 29596 18-Sep-1997 julian

remove bad comment


# 29594 18-Sep-1997 julian

oops
somehow the file I was supplied with turned out to be EUC encoding..
luckily they can be translated by a simple c program :)


# 29585 18-Sep-1997 julian

Shift JIS versions of date stuff.
more changes to come.
Submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp>
AM/PM changed to 2 letter versions for now, original SJIS versions
commented out. change/check later..