QA for forbidden terms

Hi there,

I want QA to check if million is not translated as billion in any segment.

I added the term to my TB marking its correct equivalent as "Right" and the prohibited term as "Wrong" choosing from the picklist attributes I preset for this descriptive field.

In the Terminology Verifier I ticked the checkbox "Check for terms which may have been set as forbidden" and selected "Wrong" as forbidden value (and left "Right" unchecked).

Now, the QA runs and throws an error message for all the segments where million or billion is used, even if used correctly (i.e. with the term marked as "Right").

Any idea?
Thanks, Levente

Parents Reply
  • Hello Hayley,

    To use Norah's solution follow these steps:

    Options > Verification > QA Checker 3.0 > Regular Expressions

    Check "Search regular expressions"
    Description: Give a friendly name to the RegEx pattern
    RegEx source: Add source segment term
    RegEx target: Add forbidden target segment term
    Condition: "Report if both target and source RegEx patterns match"
    Check "Ignore case"
    Action: "Add item"

    You can add as many patterns as you want.

    The above RegEx pattern tells QA Checker to trigger a warning when  "millió" appears in the source segment and "billion" in the target one. It does the job, although it will also (erroneously) flag segments where both "million" and "billion" appear (correctly), but this is quite rare and I can live with it.

    Also, try to experiment with the options in the Conditions dropdown list!

    Best,

    Levente

Children