Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 22:50:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r289392 - projects/collation/share/locale-links
Message-ID:  <201510152250.t9FMoaWa075381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 15 22:50:36 2015
New Revision: 289392
URL: https://svnweb.freebsd.org/changeset/base/289392

Log:
  Add aliases for zh_TW UTF-8 and Big5

Modified:
  projects/collation/share/locale-links/Makefile

Modified: projects/collation/share/locale-links/Makefile
==============================================================================
--- projects/collation/share/locale-links/Makefile	Thu Oct 15 22:49:56 2015	(r289391)
+++ projects/collation/share/locale-links/Makefile	Thu Oct 15 22:50:36 2015	(r289392)
@@ -63,4 +63,10 @@ SYMLINKS+=	${symdir}.UTF-8 ${LOCALEDIR}/
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510152250.t9FMoaWa075381>