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
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-10-23 11:25:11 |
Closed_By | ⇒ | brianteeman |
@brianteeman If I read code correctly the adding something like
joomla-cms/build/build-modules-js/compilejs.es6.js
Lines 62 to 64 in 95f5ac8