summaryrefslogtreecommitdiffstats
path: root/share/locale-links
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-10-15 22:50:36 +0000
committerbapt <bapt@FreeBSD.org>2015-10-15 22:50:36 +0000
commit4f9c78fa034aa8b8b2762c76143139953e2e2474 (patch)
tree6e923735513a5b2031cacd192f8aee209158db47 /share/locale-links
parentcd8d4b22070ebf0c710f95f6ebed81e36b07bc6b (diff)
downloadFreeBSD-src-4f9c78fa034aa8b8b2762c76143139953e2e2474.zip
FreeBSD-src-4f9c78fa034aa8b8b2762c76143139953e2e2474.tar.gz
Add aliases for zh_TW UTF-8 and Big5
Diffstat (limited to 'share/locale-links')
-rw-r--r--share/locale-links/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/locale-links/Makefile b/share/locale-links/Makefile
index 2f36be4..3e4833c 100644
--- a/share/locale-links/Makefile
+++ b/share/locale-links/Makefile
@@ -63,4 +63,10 @@ SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir}.UTF8
SYMLINKS+= zh_Hans_CN.${CN} ${LOCALEDIR}/zh_CN.${CN}
.endfor
+.for TW in BIG5 UTF-8
+SYMLINKS+= zh_Hant_TW.${TW} ${LOCALEDIR}/zh_TW.${TW}
+.endfor
+
+SYMLINKS+= zh_Hant_TW.UTF-8 ${LOCALEDIR}/zh_TW
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud