From owner-svn-src-projects@freebsd.org Tue Nov 3 22:24:03 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE6D5A25039 for ; Tue, 3 Nov 2015 22:24:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87A871E40; Tue, 3 Nov 2015 22:24:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA3MO2Mf002139; Tue, 3 Nov 2015 22:24:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA3MO2d3002138; Tue, 3 Nov 2015 22:24:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201511032224.tA3MO2d3002138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 3 Nov 2015 22:24:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r290346 - projects/collation/share/locale-links X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 22:24:03 -0000 Author: bapt Date: Tue Nov 3 22:24:02 2015 New Revision: 290346 URL: https://svnweb.freebsd.org/changeset/base/290346 Log: Remove short versions of locales totally for now They were never supported, and the encoding they should use is somehow controversial, they could be added later if we really need them and once one has decided which encoding they should use Modified: projects/collation/share/locale-links/Makefile Modified: projects/collation/share/locale-links/Makefile ============================================================================== --- projects/collation/share/locale-links/Makefile Tue Nov 3 22:23:09 2015 (r290345) +++ projects/collation/share/locale-links/Makefile Tue Nov 3 22:24:02 2015 (r290346) @@ -1,29 +1,3 @@ -# This creates short versions of locales as symlinks to full versions -# e.g. zh_Hant_TW is a symlink to zh_Hant_TW.UTF-8. - -UTF8= af_ZA am_ET be_BY bg_BG ca_AD ca_ES ca_FR ca_IT \ - cs_CZ da_DK de_AT de_CH de_DE el_GR en_AU en_CA \ - en_GB en_HK en_IE en_NZ en_PH en_SG en_US es_AR \ - es_CR es_ES es_MX et_EE eu_ES fi_FI fr_BE fr_CA \ - fr_CH fr_FR he_IL hi_IN hr_HR hu_HU hy_AM is_IS \ - it_CH it_IT ja_JP ko_KR lt_LT lv_LV nb_NO \ - nl_BE nl_NL nn_NO pl_PL pt_BR pt_PT ro_RO ru_RU \ - se_FI se_NO sk_SK sl_SI sv_FI sv_SE tr_TR uk_UA \ - kk_Cyrl_KZ \ - mn_Cyrl_MN \ - sr_Cyrl_RS \ - sr_Latn_RS \ - zh_Hans_CN \ - zh_Hant_HK \ - zh_Hant_TW - -LOCALEDIR= ${SHAREDIR}/locale - -SYMLINKS= zh_Hant_TW.UTF-8 ${LOCALEDIR}/zh_TW - -.for symdir in ${UTF8} -SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir} -.endfor # We need to keep zh_CN.* around as aliases to zh_Hans_CN.* because some # of the lang catalogs use zh_CN still (e.g. vi), plus people may expect it