Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter vanhass

    (@vanhass)

    Correction: ‘This has caused a few problems, so I’ve read that ‘parsing’ can help, but I’m unsure where to start?’
    Thanks

    Plugin Author oferwald

    (@oferwald)

    Hello There,

    Take a look at the comments on the top of the file parser.php

    Thread Starter vanhass

    (@vanhass)

    Hi,
    I just don’t have the skills to know what I’m looking at? I see for example:
    require_once(“constants.php”);
    OR:
    define(‘PUNCT_BREAKS’, TRUE); // Will punctiations such as , . ( and such will break a phrase

    I’m afraid you’ll have to be specific. If you can provide the line I need I’ll try to navigate through the problem from there.
    Thanks again

    Plugin Author oferwald

    (@oferwald)

    Hi,

    Must say that this is not an official feature, and must be taken with a grain of salt. but you are seeing the “define” lines, right?

    You need to change TRUE to FALSE, depending on your needs.
    For example:
    “Hello, World” will currently break into “hello” and “world”
    if you will define punct breaks to false, it will be considered as one segment

    Good luck

    Thread Starter vanhass

    (@vanhass)

    Thanks. I’ll work through your suggestions. Appreciate your time with this. Thanks again.

    I tried setting:

    define(‘PUNCT_BREAKS’, TRUE) to FALSE but nothing changes.

    I even deleted automatic translations. How do I go about “resetting transposh?”

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Transposh WordPress Translation] Parsing?’ is closed to new replies.