[wp-trac] [WordPress Trac] #27610: JS Translations being looked for in the wrong place
WordPress Trac
noreply at wordpress.org
Mon Mar 31 20:01:01 UTC 2014
#27610: JS Translations being looked for in the wrong place
--------------------------+-----------------------------
Reporter: Ipstenu | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
* https://wordpress.org/support/topic/visual-post-editor-is-blank
* https://wordpress.org/support/topic/editor-not-visible
In both cases, the plugin is failing because it's looking for JS files
that don't exist.
{{{
Failed to load: http://domain.tld/wp-
content/plugins/cforms/js/langs/ro_RO.js
}}}
The actual file is ro.js
{{{
NetworkError: 404 Not Found - http://domain.tld/wp-content/plugins
/slideshow-gallery/js/tinymce/langs/nl_NL.js
nl_NL.js
}}}
There is no such file.
The errors don't happen in English. While TinyMCE changed their standards
to the normal two-named (ro_RO vs ro), this shouldn't error out, but
fallback to (I guess) the plain-jane named version if the file isn't
there.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27610>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list