summaryrefslogtreecommitdiffstats
path: root/share/locale-links
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-11-03 22:06:24 +0000
committerbapt <bapt@FreeBSD.org>2015-11-03 22:06:24 +0000
commitcc5dd6fdd1264d296d4e1bdc9bfc79a1bf222fb1 (patch)
tree207f2d0d89c915902631b40cac6fa7731fa05b5b /share/locale-links
parent19535401f8e36bd4e11b3df36781c45662c11a91 (diff)
downloadFreeBSD-src-cc5dd6fdd1264d296d4e1bdc9bfc79a1bf222fb1.zip
FreeBSD-src-cc5dd6fdd1264d296d4e1bdc9bfc79a1bf222fb1.tar.gz
On FreeBSD users have the habbit of ja_JP.eucJP there is no point in added
a lowercase alias
Diffstat (limited to 'share/locale-links')
-rw-r--r--share/locale-links/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/locale-links/Makefile b/share/locale-links/Makefile
index e3a4842..2f20218 100644
--- a/share/locale-links/Makefile
+++ b/share/locale-links/Makefile
@@ -19,8 +19,7 @@ UTF8= af_ZA am_ET be_BY bg_BG ca_AD ca_ES ca_FR ca_IT \
LOCALEDIR= ${SHAREDIR}/locale
-SYMLINKS= ja_JP.eucJP ${LOCALEDIR}/ja_JP.eucjp \
- zh_Hant_TW.UTF-8 ${LOCALEDIR}/zh_TW
+SYMLINKS= zh_Hant_TW.UTF-8 ${LOCALEDIR}/zh_TW
.for symdir in ${UTF8}
SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir}
OpenPOWER on IntegriCloud