Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2016 00:58:44 +0000 (UTC)
From:      Ruey-Cherng Yu <rcyu@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49610 - head/zh_TW.UTF-8/htdocs
Message-ID:  <201610300058.u9U0wirW067086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rcyu
Date: Sun Oct 30 00:58:44 2016
New Revision: 49610
URL: https://svnweb.freebsd.org/changeset/doc/49610

Log:
  -Add zh_TW to the language selector links
  -Fix the base directory of the language selector links (English base)
  
  Approved by:	kevlo(mentor)

Modified:
  head/zh_TW.UTF-8/htdocs/index.xsl

Modified: head/zh_TW.UTF-8/htdocs/index.xsl
==============================================================================
--- head/zh_TW.UTF-8/htdocs/index.xsl	Sat Oct 29 13:49:28 2016	(r49609)
+++ head/zh_TW.UTF-8/htdocs/index.xsl	Sun Oct 30 00:58:44 2016	(r49610)
@@ -121,34 +121,37 @@
 			<div id="languagenav">
 				<ul id="languagenavlist">
 				  <li>
-					<a href="&base;/de/" title="德語">de</a>
+					<a href="&enbase;/de/" title="德語">de</a>
 				  </li>
 				  <li>
-					<a href="&base;/" title="英語">en</a>
+					<a href="&enbase;/" title="英語">en</a>
 				  </li>
 				  <li>
-					<a href="&base;/es/" title="西語">es</a>
+					<a href="&enbase;/es/" title="西語">es</a>
 				  </li>
 				  <li>
-					<a href="&base;/fr/" title="法語">fr</a>
+					<a href="&enbase;/fr/" title="法語">fr</a>
 				  </li>
 				  <li>
-					<a href="&base;/hu/" title="匈牙利語">hu</a>
+					<a href="&enbase;/hu/" title="匈牙利語">hu</a>
 				  </li>
 				  <li>
-					<a href="&base;/it/" title="義語">it</a>
+					<a href="&enbase;/it/" title="義語">it</a>
 				  </li>
 				  <li>
-					<a href="&base;/ja/" title="日語">ja</a>
+					<a href="&enbase;/ja/" title="日語">ja</a>
 				  </li>
 				  <li>
-					<a href="&base;/nl/" title="荷語">nl</a>
+					<a href="&enbase;/nl/" title="荷語">nl</a>
 				  </li>
 				  <li>
-					<a href="&base;/ru/" title="俄語">ru</a>
+					<a href="&enbase;/ru/" title="俄語">ru</a>
+				  </li>
+				  <li>
+					<a href="&enbase;/zh_CN/" title="中文 (簡體)">zh_CN</a>
 				  </li>
 				  <li class="last-child">
-					<a href="&base;/zh_CN/" title="中文 (簡體)">zh_CN</a>
+					<a href="&enbase;/zh_TW/" title="中文 (繁體)">zh_TW</a>
 				  </li>
 				</ul>
 			</div> <!-- LANGUAGENAV -->



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