Hello community,
I must have pressed a wrong button. Suddenly all my untranslated sections are signed as confirmed translated.
Is there a way to undo that?
Hello community,
I must have pressed a wrong button. Suddenly all my untranslated sections are signed as confirmed translated.
Is there a way to undo that?
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
How can I select them quickly? It is 3000 of them.
When I chose "not translated", no section appears at all. They are classified as translated and confirmed.
HiEla K.
Use the advanced display filter like this:
So search for this regular expression in the target:
^$
That will filter on all empty segments and then you select them and change to untranslated.
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
HiEla K.
Use the advanced display filter like this:
So search for this regular expression in the target:
^$
That will filter on all empty segments and then you select them and change to untranslated.
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Hi Ela K.
Maybe this video will help:
Regards
Paul
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Hi Paul,
So does ^$ here mean it is empty between the start and the end of this string?
Hi Shun Wang
Sort of. It's just using two assertions, one to position the search at the beginning of the string and one at the end, but with nothing in the middle.
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Got it, thank you!