manu37 / tinymce4

tinymce4_XH - tinyMCEv4 for CMSimple_XH
GNU General Public License v3.0
1 stars 3 forks source link

Modify language file #14

Closed bbfriend closed 7 years ago

bbfriend commented 7 years ago

languages/default.php languages/de.php languages/en.php

tinymce/langs/ja.js

manu37 commented 7 years ago

see #13 I cannot follow the mod in $plugin_tx['tinymce4']['cf_CDN_alt_src']. CDN_alt_src is the alternate Cloud/CDN source path.

bbfriend commented 7 years ago

my misunderstanding.

['cf_CDN_alt_src'] changed to ./plugins/tinymce4/tinymce/tinymce.min.js and it worked, I misunderstood. AND I also understood that $plugin_cf['tinymce4']['CDN_alt_src'] will become "hidden".  I reverted it.

There is a shortage/loss,In plugins/tinymce4/languages/en.php. Although it is "hidden", I think that it is better to add.

$plugin_tx['tinymce4']['cf_CDN_alt_src']="alternate CDN Source"; $plugin_tx['tinymce4']['menu_main']="About...";

cmb69 commented 7 years ago

There is a shortage/loss,In plugins/tinymce4/languages/en.php. Although it is "hidden", I think that it is better to add.

Note that CMSimple_XH 1.7 also facilitates "advanced" config options, which can be accessed in the config form, but are originally hidden behind a "more…" button. The option could be marked like so:

$plugin_mcf['tinymce4']['CDN_alt_src']="+string";