Rediscovering America...
Mar. 28th, 2008 11:05 am...or the next best thing: recovering original text from a Word file segmented in Wordfast.
Normally, this is done by simply grabbing the original file, but in this case, the client sent a table with two columns, one containing the Russian original and a blank column for the English translation. In the middle of work, I found a significant omission in the original, typed the omission, but forgot to save a "pristine" copy before translating it.
That probably makes no sense, but here's are the keys to the kingdom anyway:
Cheers...
Normally, this is done by simply grabbing the original file, but in this case, the client sent a table with two columns, one containing the Russian original and a blank column for the English translation. In the middle of work, I found a significant omission in the original, typed the omission, but forgot to save a "pristine" copy before translating it.
That probably makes no sense, but here's are the keys to the kingdom anyway:
Find what: \{0\>(*)\<*\{\>(*)\<0\}Technically, the wildcarded string within last set of parens is not necessary, but it takes the translation and makes it available as '\2', should it be needed (to, say, quickly "clean" a segmented file without using Wordfast).
(Use wildcards)
Replace with: \1
(Not Hidden)
Cheers...