aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-06-20 07:17:16 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-06-20 07:17:16 +0000
commit99b6ccd8c913e6c9b7c3f2c1cfa0c968d2f402a7 (patch)
treea2b43e0f74d2ed7f7d3c8636a10559e874fbe61b
parentf91aa773bea2bd0dff2d021c2d78fe78da78d52d (diff)
downloadsrc-99b6ccd8c913e6c9b7c3f2c1cfa0c968d2f402a7.tar.gz
src-99b6ccd8c913e6c9b7c3f2c1cfa0c968d2f402a7.zip
Finsh readding Big5 in r317204, which was reverting r315568. This commit
reverts r315569. Reported by: Ting-Wei Lan <lantw44 gmail com> Discussed with: kevlo MFC after: 3 days Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=349225
-rw-r--r--share/timedef/Makefile1
-rw-r--r--share/timedef/zh_TW.Big5.src87
2 files changed, 88 insertions, 0 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index 345a1eb6ac6c..da2080821ba7 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -129,6 +129,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
diff --git a/share/timedef/zh_TW.Big5.src b/share/timedef/zh_TW.Big5.src
new file mode 100644
index 000000000000..2930f5ffc9d6
--- /dev/null
+++ b/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