Localization breaks Queue
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Localization breaks Queue’ is closed to new replies.