[wp-trac] Re: [WordPress Trac] #7994: Language files for TinyMCE
dialogs aren't loaded for official TinyMCE plugins (like advlink)
WordPress Trac
wp-trac at lists.automattic.com
Tue Oct 28 18:02:58 GMT 2008
#7994: Language files for TinyMCE dialogs aren't loaded for official TinyMCE
plugins (like advlink)
-------------------------+--------------------------------------------------
Reporter: johnconners | Owner: azaozz
Type: defect | Status: assigned
Priority: normal | Milestone: 2.8
Component: TinyMCE | Version: 2.7
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by azaozz):
* owner: anonymous => azaozz
* status: new => assigned
Comment:
There is a filter
{{{
apply_filters('mce_external_languages', array());
}}}
for loading languages for external TinyMCE plugins that can be used also
to ensure en.js and en_dlg.js are loaded when the selected translation is
not available. Unfortunately it seems only a few WordPress plugins are
using it.
Will add the check for [language]_dlg.js to the current function to cover
the rest.
--
Ticket URL: <http://trac.wordpress.org/ticket/7994#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list