Clarification of ImportSettings

In the ExistingTUsUpdateMode it has the following:

Overwrites only the current TUs where the source segment matches and leaves other existing TUs unmodified.

I could not understand "current TUs". What does that mean and how does it differ from "existing TUs"?

Parents
  • OverwriteCurrent will behave as if you are updating your TU from the Studio Editor. To be more specific it will merge if there is an exact match, add if not or not do anything if there is a previous translation of that segment with an exact match. If there are previous translation those will not be deleted. Overwrite will remove existing translations to avoid duplicates in the TM hence it will not attempt merge with existing translations.

    Romulus Crisan | Translation Productivity Development Manager | SDL | (twitter) @cromica_82 | (blog) http://www.romuluscrisan.com/

  • Thanks Romulus for the explanation.  I almost understand everything now, but I'm fuzzy about one point:

    The difference between

    >To be more specific it will merge if there is an exact match (1)

    and

    >not do anything if there is a previous translation of that segment with an exact match (2)

    (1) means "source segments are exact match" and "target segments differ"

    while

    (2) means "source segments are exact match" and "target segments are also exact match"


    Is my understanding correct?

Reply
  • Thanks Romulus for the explanation.  I almost understand everything now, but I'm fuzzy about one point:

    The difference between

    >To be more specific it will merge if there is an exact match (1)

    and

    >not do anything if there is a previous translation of that segment with an exact match (2)

    (1) means "source segments are exact match" and "target segments differ"

    while

    (2) means "source segments are exact match" and "target segments are also exact match"


    Is my understanding correct?

Children