• The retryJob-function in admin_settings_queue.js.php breaks with the german localization of the plugin. It uses the label as a key for the button.

    This works fine:

    buttons: {
     Retry: function() {

    This not so much

    buttons: {
     Neu versuchen: function() {

    This is pretty easily fixed by putting the key into quotes:

    buttons: {
     "Neu versuchen": function() {

    I did this manually for now but once we update our plugins that fix will be gone again.

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    The power-up is end-of-life because the functionality has been integrated in Autoptimize proper since version 2.7 jschodermedikura. You can simply disable the power-up to allow AO to take over, the localization issues are fixed in there already ??

    hope this helps,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Localization breaks Queue’ is closed to new replies.