r22524 - htdocs/trunk/externals - Complete previous commit by adding also zh_TW language.

Cristian Marchi cmarchi at code.gnucash.org
Mon Nov 5 06:48:05 EST 2012


Author: cmarchi
Date: 2012-11-05 06:48:05 -0500 (Mon, 05 Nov 2012)
New Revision: 22524
Trac: http://svn.gnucash.org/trac/changeset/22524

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Complete previous commit by adding also zh_TW language.

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2012-11-05 11:44:55 UTC (rev 22523)
+++ htdocs/trunk/externals/header.phtml	2012-11-05 11:48:05 UTC (rev 22524)
@@ -125,7 +125,8 @@
 <!--| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "nb_NO"); ?>">Norsk Bokmål</a>-->
 <!-- | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "pl_PL"); ?>">Polska</a> -->
 <!--| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "pt_PT"); ?>">Português</a>-->
-| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "zh_CN"); ?>">中文</a>
+| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "zh_CN"); ?>">简体中文</a>
+| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "zh_TW"); ?>">繁體中文</a>
 </span>
 <span id="location">  <!-- <?= _("Continent"); ?>:
  (<a class="nav" href="http://www.gnucash.org/">US</a>)



More information about the gnucash-changes mailing list