svn commit: r49606 - head/en_US.ISO8859-1/htdocs
Ruey-Cherng Yu
rcyu at FreeBSD.org
Sat Oct 29 05:56:35 UTC 2016
Author: rcyu
Date: Sat Oct 29 05:56:34 2016
New Revision: 49606
URL: https://svnweb.freebsd.org/changeset/doc/49606
Log:
add zh_TW to the language selector links of the English website
Approved by: wblock(co-mentor)
> Description of fields to fill in above: 76 columns --|
> PR: If and which Problem Report is related.
> Submitted by: If someone else sent in the change.
> Reported by: If someone else reported the issue.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Empty fields above will be automatically removed.
M en_US.ISO8859-1/htdocs/index.xsl
Modified:
head/en_US.ISO8859-1/htdocs/index.xsl
Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl Sat Oct 29 05:22:14 2016 (r49605)
+++ head/en_US.ISO8859-1/htdocs/index.xsl Sat Oct 29 05:56:34 2016 (r49606)
@@ -154,9 +154,12 @@
<li>
<a href="&base;/ru/" title="Russian">ru</a>
</li>
- <li class="last-child">
+ <li>
<a href="&base;/zh_CN/" title="Chinese (Simplified)">zh_CN</a>
</li>
+ <li class="last-child">
+ <a href="&base;/zh_TW/" title="Chinese (Traditional)">zh_TW</a>
+ </li>
</ul>
</div> <!-- LANGUAGENAV -->
More information about the svn-doc-head
mailing list