Make WordPress Core

Ticket #19962: 19962.patch

File 19962.patch, 900 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/class-wp-editor.php

     
    266266                                The + sign marks the default language. More information:
    267267                                http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker
    268268                                */
    269                                 $mce_spellchecker_languages = apply_filters('mce_spellchecker_languages', '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv');
     269                                /* translators: spellchecker languages menu  */
     270                                $mce_spellchecker_languages = apply_filters( 'mce_spellchecker_languages', __( '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv' ) );
    270271
    271272                                self::$first_init = array(
    272273                                        'mode' => 'exact',