summaryrefslogtreecommitdiffstats
path: root/share/timedef/ja_JP.UTF-8.src
Commit message (Collapse)AuthorAgeFilesLines
* Restore a day of the week in date(1) output for Japanese locales.ume2015-12-201-2/+2
| | | | It was lost by recent locale change.
* Fix alignment of the short month names for CJK locales,ume2015-11-071-9/+9
| | | | as far as I could edit them.
* Add newly generated locales from CLDR 27.0.1bapt2015-08-081-34/+18
|
* Since %b contains unit, %b is not suitable for c_fmt, now. Use %_mume2009-11-141-1/+1
| | | | instead.
* Add unit to the short month names for Japanese locales.ume2009-11-111-12/+12
| | | | | | | | Without unit, the output of the application like ls(1) is complicated. Reviewed by: nork MFC after: 1 week
* AM/PM date format for ja_JP.eucJP and ja_JP.SJIS wereume2009-08-301-4/+2
| | | | | localized by r193869. However, ja_JP.UTF-8 wasn't. So, reflect it to ja_JP.UTF-8 as well.
* Comments fixingache2007-12-301-3/+3
| | | | | | | | 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]
* Comments fixingache2007-12-291-3/+3
| | | | | | | | | "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
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-271-0/+105
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made a few minor adjustments and merged the makefiles. PR: 44307
OpenPOWER on IntegriCloud