aboutsummaryrefslogtreecommitdiff
path: root/share/msgdef
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-20 18:21:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-20 18:21:50 +0000
commit50502545ce6c0e748cfa965924b49611d0da14ae (patch)
tree8089f2d2eb0bbca6e9e217edb8d3468db8b20629 /share/msgdef
parent3876a56282935bde846c2c7642a45e124ce0cb19 (diff)
Notes
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile1
-rw-r--r--share/msgdef/zh_TW.Big5.src17
2 files changed, 18 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index 9c86f67aa0df..383a92b5834e 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -76,6 +76,7 @@ LOCALES+= zh_CN.GB2312
LOCALES+= zh_CN.GBK
LOCALES+= zh_CN.UTF-8
LOCALES+= zh_HK.UTF-8
+LOCALES+= zh_TW.Big5
LOCALES+= zh_TW.UTF-8
diff --git a/share/msgdef/zh_TW.Big5.src b/share/msgdef/zh_TW.Big5.src
new file mode 100644
index 000000000000..964f9ed31e30
--- /dev/null
+++ b/share/msgdef/zh_TW.Big5.src
@@ -0,0 +1,17 @@
+# 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/
+# -----------------------------------------------------------------------------
+#
+# yesexpr
+^((是)|(確定)|([yY]([eE][sS])?)|([yY]))
+#
+# noexpr
+^((否)|(不)|([nN]([oO])?)|([nN]))
+#
+# yesstr
+是:確定:yes:y:YES:Y
+#
+# nostr
+否:不:no:n:NO:N
+# EOF