svn commit: r303354 - head/share/timedef

Kevin Lo kevlo at FreeBSD.org
Wed Jul 27 00:46:50 UTC 2016


Author: kevlo
Date: Wed Jul 27 00:46:48 2016
New Revision: 303354
URL: https://svnweb.freebsd.org/changeset/base/303354

Log:
  Add weekday to the date format.

Modified:
  head/share/timedef/zh_TW.UTF-8.src

Modified: head/share/timedef/zh_TW.UTF-8.src
==============================================================================
--- head/share/timedef/zh_TW.UTF-8.src	Wed Jul 27 00:08:01 2016	(r303353)
+++ head/share/timedef/zh_TW.UTF-8.src	Wed Jul 27 00:46:48 2016	(r303354)
@@ -56,14 +56,14 @@
 %Y/%m/%d
 #
 # c_fmt
-%Y年%m月%e日 %p%I:%M:%S [%Z]
+%Y年%m月%e日%A %p%I:%M:%S [%Z]
 #
 # AM/PM
 上午
 下午
 #
 # date_fmt
-%Y年%m月%e日 %p%I:%M:%S [%Z]
+%Y年%m月%e日%A %p%I:%M:%S [%Z]
 #
 # Long month names (without case ending)
 1月


More information about the svn-src-head mailing list