Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinymce language js #35646

Closed
brianteeman opened this issue Sep 22, 2021 · 3 comments
Closed

tinymce language js #35646

brianteeman opened this issue Sep 22, 2021 · 3 comments

Comments

@brianteeman
Copy link
Contributor

Because of the way that tinymce works it can only use a language file that is named exactly the same as the language. As a result none of the minified files eg de.min.js will ever be used.

They are also listed as a language in the plugin configuration.

Either the build scripts are set to exclude these js files OR they are minified but not renamed.

I took a look at the build scripts but its beyond my skillset to implement

@wojsmol
Copy link
Contributor

wojsmol commented Sep 22, 2021

@brianteeman If I read code correctly the adding something like

if (file.includes(`build${sep}media_source${sep}vendor${sep}bootstrap${sep}js`)) {
return;
}
should fix the issue.

@brianteeman
Copy link
Contributor Author

@wojsmol sadly not

@brianteeman
Copy link
Contributor Author

Closed as we have a PR #35878

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants