[wp-trac] [WordPress Trac] #62563: In the French version, "Enregistrer le brouillon" Changes to "Save Draft" During Click Animation

WordPress Trac noreply at wordpress.org
Mon Nov 25 08:50:38 UTC 2024


#62563: In the French version, "Enregistrer le brouillon" Changes to "Save Draft"
During Click Animation
--------------------------------+------------------------------
 Reporter:  danielandsebastian  |       Owner:  (none)
     Type:  defect (bug)        |      Status:  new
 Priority:  normal              |   Milestone:  Awaiting Review
Component:  Editor              |     Version:  6.7.1
 Severity:  trivial             |  Resolution:
 Keywords:  reporter-feedback   |     Focuses:  ui
--------------------------------+------------------------------

Comment (by hamzadev0000):

 If it's a WordPress filter issue, ensure the translation is applied
 correctly in the PHP code:
 {{{#!php
 <?php
 add_filter('gettext', function ($translated_text, $text, $domain) {
     if ($text === 'Save Draft') {
         $translated_text = 'Enregistrer le brouillon';
     }
     return $translated_text;
 }, 10, 3);

 }}}

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


More information about the wp-trac mailing list