Summary
Can you "translate" from one language to the same language?
Content
Greetings!
Here is what I am attempting to do:
We have some "legalese" (terms & conditions in one document, something else in another) that sometimes gets updated and changed. For one of these documents we have translations (via .xlf files) into 12 languages.
Currently whenever we have to update the "legalese" in the main language (U.S. English) on our main .rtf template (or in an .rtf subtemplate), we have to update all 12 .xlf files so that the <source> text matches the newly updated en-US text so that the <target> translation text gets displayed/printed. Not terribly bad for the one document, but we keep adding different documents, each with multiple translations, and the number of languages could grow. So over time this will get unwieldy.
What I want to do is create a main .rtf where the "legalese" text reads something like, 'This is a placeholder for the Terms text.' Then, have an .xlf file that "translates" from 'en-US' to 'en-US' - just like all the others currently translate (from 'en-US' to 'fr-FR', for example). In that "U.S. English to U.S. English 'translation'", the <source> would be 'This is a placeholder for the Terms text.' and the <target> would be the U.S. English terms & conditions.
That way, whenever the "legalese" gets updated in English but doesn't have to be updated in other languages, I only have to modify the one "English-to-English" .xlf file <source>. I won't then have to update the <source> of 12 .xlf files.
Problem is, I've tried it and can't get it to work either when using the Template Builder for Word or in our test environment.
Has anyone done this or something similar and gotten it to work?
Thanks,
-Moonpie