Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 00:01:54 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r352879 - stable/12/share/timedef
Message-ID:  <201909300001.x8U01sue043341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Mon Sep 30 00:01:54 2019
New Revision: 352879
URL: https://svnweb.freebsd.org/changeset/base/352879

Log:
  MFC r349225:
  
  Finsh readding Big5 in r317204, which was reverting r315568.  This commit
  reverts r315569.
  
  Reported by:	Ting-Wei Lan <lantw44 gmail com>
  Discussed with:	kevlo
  Sponsored by:	The FreeBSD Foundation

Added:
  stable/12/share/timedef/zh_TW.Big5.src
     - copied unchanged from r349225, head/share/timedef/zh_TW.Big5.src
Modified:
  stable/12/share/timedef/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/timedef/Makefile
==============================================================================
--- stable/12/share/timedef/Makefile	Sun Sep 29 23:47:23 2019	(r352878)
+++ stable/12/share/timedef/Makefile	Mon Sep 30 00:01:54 2019	(r352879)
@@ -128,6 +128,7 @@ LOCALES+=	zh_CN.GBK
 LOCALES+=	zh_CN.UTF-8
 LOCALES+=	zh_CN.eucCN
 LOCALES+=	zh_HK.UTF-8
+LOCALES+=	zh_TW.Big5
 LOCALES+=	zh_TW.UTF-8
 
 

Copied: stable/12/share/timedef/zh_TW.Big5.src (from r349225, head/share/timedef/zh_TW.Big5.src)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/12/share/timedef/zh_TW.Big5.src	Mon Sep 30 00:01:54 2019	(r352879, copy of r349225, head/share/timedef/zh_TW.Big5.src)
@@ -0,0 +1,87 @@
+# Warning: Do not edit. This file is automatically generated from the
+# tools in /usr/src/tools/tools/locale. The data is obtained from the
+# CLDR project, obtained from http://cldr.unicode.org/
+# -----------------------------------------------------------------------------
+#
+# Short month names
+ 1月
+ 2月
+ 3月
+ 4月
+ 5月
+ 6月
+ 7月
+ 8月
+ 9月
+10月
+11月
+12月
+#
+# Long month names (as in a date)
+1月
+2月
+3月
+4月
+5月
+6月
+7月
+8月
+9月
+10月
+11月
+12月
+#
+# Short weekday names
+週日
+週一
+週二
+週三
+週四
+週五
+週六
+#
+# Long weekday names
+星期日
+星期一
+星期二
+星期三
+星期四
+星期五
+星期六
+#
+# X_fmt
+%H時%M分%S秒
+#
+# x_fmt
+%Y/%m/%d
+#
+# c_fmt
+%a %b/%e %T %Y
+#
+# AM/PM
+上午
+下午
+#
+# date_fmt
+%Y年%_m月%e日 %A %X %Z
+#
+# Long month names (without case ending)
+1月
+2月
+3月
+4月
+5月
+6月
+7月
+8月
+9月
+10月
+11月
+12月
+#
+# md_order
+md
+#
+# ampm_fmt
+%I:%M:%S %p
+# EOF



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300001.x8U01sue043341>