<br><div><span class="gmail_quote">On 4/27/07, <b class="gmail_sendername">Mark Wu</b> &lt;<a href="mailto:markplace@gmail.com">markplace@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Oscar:<br><br>This article is introduce the benchmark of gettext-extension and gettext-php<br>( a native php implementation) . So, it doesn&#39;t need any extension.<br><br>Wordpress use both of them.&nbsp;&nbsp;See the following to knoe more gettext-php
<br><br><a href="http://savannah.nongnu.org/projects/php-gettext/">http://savannah.nongnu.org/projects/php-gettext/</a><br><br>If( function_exists( gettext) )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;use gettext-exntesion<br></blockquote>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Please refer to the requirments &amp; installation sections of gettext in this page {
<a href="http://www.php.net/gettext">http://www.php.net/gettext</a>}&nbsp;<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;use gettext-php library
<br></blockquote><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if that was the case then i think that localization arrays is just faster!<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
So, it can help the big site to get better performance. I guess ...<br><br>Mark<br><br>&gt; -----Original Message-----<br>&gt; From: <a href="mailto:plog-svn-bounces@devel.lifetype.net">plog-svn-bounces@devel.lifetype.net
</a><br>&gt; [mailto:<a href="mailto:plog-svn-bounces@devel.lifetype.net">plog-svn-bounces@devel.lifetype.net</a>] On Behalf Of<br>&gt; Oscar Renalias<br>&gt; Sent: Saturday, April 28, 2007 12:32 AM<br>&gt; To: <a href="mailto:plog-svn@devel.lifetype.net">
plog-svn@devel.lifetype.net</a><br>&gt; Subject: Re: [pLog-svn] About the localization<br>&gt;<br>&gt; Unfortunately, anything that requires an additional php<br>&gt; extension that is not enabled by default will not be<br>
&gt; considered, otherwise we&#39;d be restricting ourselves (although<br>&gt; I think WP uses gettext, doesn&#39;t it?)<br>&gt;<br>&gt; On 27 Apr 2007, at 06:01, Mark Wu wrote:<br>&gt;<br>&gt; &gt; Hi Team:<br>&gt; &gt;<br>
&gt; &gt; Myabe we can consider change out translation method getText, it may<br>&gt; &gt; gain some performance.<br>&gt; &gt;<br>&gt; &gt; Kindly follow the article:<br>&gt; &gt;<br>&gt; &gt; <a href="http://mel.melaxis.com/devblog/2006/04/10/benchmarking-php-">
http://mel.melaxis.com/devblog/2006/04/10/benchmarking-php-</a><br>&gt; &gt; localization-is-gettext-fast-enough/<br>&gt; &gt;<br>&gt; &gt; The best is, if we apply gettext way, then we have a lot<br>&gt; translation<br>&gt; &gt; tools can help us to do easy translation.
<br>&gt; &gt;<br>&gt; &gt; Mark<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; pLog-svn mailing list<br>&gt; &gt; <a href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net
</a><br>&gt; &gt; <a href="http://limedaley.com/mailman/listinfo/plog-svn">http://limedaley.com/mailman/listinfo/plog-svn</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; pLog-svn mailing list<br>
&gt; <a href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</a><br>&gt; <a href="http://limedaley.com/mailman/listinfo/plog-svn">http://limedaley.com/mailman/listinfo/plog-svn</a><br>&gt;<br><br>_______________________________________________
<br>pLog-svn mailing list<br><a href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</a><br><a href="http://limedaley.com/mailman/listinfo/plog-svn">http://limedaley.com/mailman/listinfo/plog-svn</a><br></blockquote>
</div><br>