Date: Sat, 29 Oct 2016 05:56:34 +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: r49606 - head/en_US.ISO8859-1/htdocs Message-ID: <201610290556.u9T5uYE7031417@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -->
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610290556.u9T5uYE7031417>