Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author remix4

    (@remix4)

    This is on line 768 of the jquery.slick.contact.1.3.2.js file:

    var $loading = $('<div class="loading">Processing ...</div>');

    Thread Starter Daedalon

    (@daedalon)

    Thanks! Could it be possible to have it as a user-changeable setting in the usual, update-safe way in the next update?

    Thread Starter Daedalon

    (@daedalon)

    Probably the best way to do it is to create that div in PHP, which allows for using multilingual strings with the __() function, which would translate the user-typed string “[:en]Processing…[:fi]K?sitell??n…” as “Processing…” or “K?sitell??n…” depending on the language used while viewing the page, and then use jQuery to toggle the visibility of this div.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The string "Processing…" should be user-changeable (translatable)’ is closed to new replies.