Oops. Sorry about this and thanks for correcting my mistakes.
I had doubted whether or not to cherry-pick all my commits into trunk instead of simply copying over the files. I should have gone that path, it would have preserved the newer changes in trunk.
Geert On 05-11-12 12:48, Cristian Marchi wrote:
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>) _______________________________________________ gnucash-changes mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-changes
_______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
