[wp-trac] [WordPress Trac] #17268: Use native gettext library when available

WordPress Trac noreply at wordpress.org
Tue Jul 28 07:50:40 UTC 2015


#17268: Use native gettext library when available
-------------------------------------------+-----------------------------
 Reporter:  linushoppe                     |       Owner:
     Type:  enhancement                    |      Status:  new
 Priority:  normal                         |   Milestone:  Future Release
Component:  I18N                           |     Version:
 Severity:  normal                         |  Resolution:
 Keywords:  early has-patch needs-refresh  |     Focuses:  performance
-------------------------------------------+-----------------------------

Comment (by luciole135):

 I use this hack for 3 years without any problems on my web site.
 I have not tested it for a multisite.

 To do this I added to '''wp-config.php''' file the following lines:

 {{{
 /* Utilisation de gettext pour l'internationalisation */
 require( ABSPATH . '/wp-includes/pomo/native.php');
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/17268#comment:61>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list