Myron Turner

Results 27 comments of Myron Turner

See: https://www.dokuwiki.org/plugin:ckgedit#language_support_localization Your translations would go in ckeditor/lang/de.js You would use the following object: ``` CKEDITOR.lang['de']['link'] = { InternalLink: "Interner Link", LinkText: "Link AnzeigetextBenutzerdefinierter Text (hat Vorrang vor Seitenname oder...

No. These basic entries have already been set in the German language file. The file `ckeditor/lang/de.js` already has all of the entries that you are trying to set. It begins...

I have been working on this. 1. First there was a bug in your javascript. The format for a javascript array object is as illustrgted in m8y original example: ```...

Try https://github.com/turnermm/ckgedit/archive/refs/heads/link-lang.zip To make nay changes, you do it in ckedtor/lang/de.js, using the `linkfb` object

Have you had any success with this

I'm afraid I lost track of this. Another issue is that this seems to specialized that anyone needing it could include it as an extra plugin. But maybe that's just...

In my tests, this doesn't occur with php 7.2 or 8.1 with ckgedit version 2022-10-06, which is the current version. If you have web developer tools installed in your browser,...

Which template are you using?

I will need more detail. Running the dokuwiki on a Linux server PHP 8, Windows 11 and both firefox and edge,

As I said above, I cannot reproduce your error. I tested on a Linux server running PHP 8, with a dokuwiki running Igor and bootstrap 3. I accessed this dokuwiki...