Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter insel-development

    (@insel-development)

    just found 2 typos in the code:

    File: “dgx-donate.php
    line 734 “dgx_donate” instead of “dgx-donate”

    File: “admin-views/templates.php
    line 187 “.” instead of “,”

    Corrected it in my code. Please updte in the next version so i won’t loos the fixings.

    But didn’t solve the former issues.

    Cheers,
    Joe

    Thread Starter insel-development

    (@insel-development)

    And another issue for german language.
    In the Thank You page email-from-name there needs to be allowed letters like “ö, ü” etc.
    So i changed in:
    File: “admin-views/templates.php
    line 137 from:

    $<strong>value = preg_replace( "/[^a-zA-Z ]+/", "", $value );</strong>

    to:

    <strong>$value = preg_replace( "/[^a-zA-Z äöüÄÜÖß\/]+/", "", $value </strong>);

    Cheers,
    Joe

    Plugin Author David Gewirtz

    (@dgewirtz)

    I’m considering this a bug and adding it to the bug fix list.

    –David

    Thread Starter insel-development

    (@insel-development)

    Hello again,
    just wondering…
    There is a new Version(3.3.5) released but these very small bugs are still not fixed 🙁

    So we have to fiddle around in the codebase again to make the fixes work on our sites.

    Cheers,
    Joe

    Plugin Author David Gewirtz

    (@dgewirtz)

    Yes, that is true. Please see the roadmap documents for updated details on the development schedule and process:

    http://zatzlabs.com/category/seamless-donations/

    3.3.5 was an update that simply transferred the plugin from the original developer to me, and added a notice to let users know a new update is on its way. It is unlikely I will include translation in 4.0, but I am adding lots and lots of hooks, so you should be able to avoid being pummeled when new releases come out.

    But it all hinges on 4.0, and that’s going to take until June or July (I originally thought May, but it’s looking like it will take a bit longer now that I’m actually cutting the code). I will post Lab Notes to http://zatzlabs.com/lab-notes/ whenever there’s a change in the code, so you can keep up to speed on what’s happening.

    –David

    Thread Starter insel-development

    (@insel-development)

    Hey David,
    thanks for the quick reply.

    I tried to look at these links before but it seems that the server is down ;(

    Can’t reach any of it.

    Joe

    Plugin Author David Gewirtz

    (@dgewirtz)

    It’s back now, but that’s good to know. We have a solid host, but I’m noticing some complaints and will probably move what is now a much more active site to a more robust provider.

    –David

    P.S. Let me know if you can get in at a later time.

    Hi David,
    I would like to change the language in the form from English to Turkish.

    How can i do?

    wondering, will there be language option the new version?

    Plugin Author David Gewirtz

    (@dgewirtz)

    I just answered you (and others) with a sticky “About translations” at the top of the support forum:

    https://wordpress.org/support/topic/about-translations

    –David

    P.S. And, for @insel, I moved the main site to a new host. So far, much faster and more reliable.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Translation is not working overall the plugin’ is closed to new replies.