summaryrefslogtreecommitdiffstats
path: root/share/locale-links
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-11-01 23:48:16 +0000
committerbapt <bapt@FreeBSD.org>2015-11-01 23:48:16 +0000
commit7f1c4b56cbd4a89b67f01c31d101a230bd4749c6 (patch)
treeb24e72a696384e7a4decf900169f01021378882f /share/locale-links
parentf716ffd5880336cc6a97992f21be0474b2d76233 (diff)
downloadFreeBSD-src-7f1c4b56cbd4a89b67f01c31d101a230bd4749c6.zip
FreeBSD-src-7f1c4b56cbd4a89b67f01c31d101a230bd4749c6.tar.gz
Fix symlink for zh_TW.Big5 locale
Diffstat (limited to 'share/locale-links')
-rw-r--r--share/locale-links/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/locale-links/Makefile b/share/locale-links/Makefile
index 3e4833c..28dd17c 100644
--- a/share/locale-links/Makefile
+++ b/share/locale-links/Makefile
@@ -63,7 +63,7 @@ SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir}.UTF8
SYMLINKS+= zh_Hans_CN.${CN} ${LOCALEDIR}/zh_CN.${CN}
.endfor
-.for TW in BIG5 UTF-8
+.for TW in Big5 UTF-8
SYMLINKS+= zh_Hant_TW.${TW} ${LOCALEDIR}/zh_TW.${TW}
.endfor
OpenPOWER on IntegriCloud