Excluding strings using pattern matching Initiator des Themas: alanbrod
|
alanbrod Japan Local time: 19:00 Japanisch > Englisch
I'm translating a number of web pages which have large numbers of images in them. Opening the html source in OmegaT, the html tags are all hidden as expected but I would also like to hide all the image filenames which of course don't need to be translated. For the occasional string there would be no problem, but the file I'm working on at the moment has a large number. Probably 50% of the segments are paths and filenames.
Is there some way to stop these being displayed in the editor... See more I'm translating a number of web pages which have large numbers of images in them. Opening the html source in OmegaT, the html tags are all hidden as expected but I would also like to hide all the image filenames which of course don't need to be translated. For the occasional string there would be no problem, but the file I'm working on at the moment has a large number. Probably 50% of the segments are paths and filenames.
Is there some way to stop these being displayed in the editor pane? They are the values of href and scr attributes and all have the form: subfolder/anotherSubfolder/filename.jpg although the depth of the path (ie the number of slashes) is not constant.
I don't want to hide the values of the title and alt attributes in the same tags. At the moment they are being displayed as separate segments so there's no problem there. ▲ Collapse | | |
Stepan Konev Russische Föderation Local time: 13:00 Englisch > Russisch
I am not an OmegaT user but I suppose you can filter segments by this regular expression:
^(?>(?!.+\/[^\/]+\..{3,}).)*$
To this effect, press Ctrl+F, paste the regex, click Search, click Filter.
OmegaT will show you all segments that do not contain any file path. | | |
Stepan Konev Russische Föderation Local time: 13:00 Englisch > Russisch
Also you can use the following regex:
.+\/[^\/]+\..{3,}
to 'remove' all the file path segments from translation. It won't hide or literally remove them but highlight them in red. I am not sure though, but my guess is that it somehow excludes those segments from the QA or verification process.
[Edited at 2022-06-11 19:04 GMT] | | |
alanbrod Japan Local time: 19:00 Japanisch > Englisch THEMENSTARTER
Thank you for your quick reply.
I hadn't realised it was possible to sync the search results with the content of the editor pane.
This works well and is best for me as it totally declutters the editor.
Using the regex as suggested in the tag processing preferences doesn't seem to work as expected. It matches segments with tag end markers (eg ). Putting the regex in the Regular expressions for custom tags field works for the file paths only but greys them o... See more Thank you for your quick reply.
I hadn't realised it was possible to sync the search results with the content of the editor pane.
This works well and is best for me as it totally declutters the editor.
Using the regex as suggested in the tag processing preferences doesn't seem to work as expected. It matches segments with tag end markers (eg ). Putting the regex in the Regular expressions for custom tags field works for the file paths only but greys them out and leaves them marked purple so there is still clutter and the purple makes it more difficult to see if there are untranslated segments which need translation. ▲ Collapse | | |
Dieses Forum wird von keinem Moderator betreut.
Um Verstöße gegen die ProZ.com-Regeln zu melden oder um Hilfe zu erhalten, wenden Sie sich bitte an unsere
ProZ.com-Mitarbeiter »
Excluding strings using pattern matching
Pastey | Your smart companion app
Pastey is an innovative desktop application that bridges the gap between human expertise and artificial intelligence. With intuitive keyboard shortcuts, Pastey transforms your source text into AI-powered draft translations.
Find out more » |
|
Protemos translation business management system | Create your account in minutes, and start working! 3-month trial for agencies, and free for freelancers!
The system lets you keep client/vendor database, with contacts and rates, manage projects and assign jobs to vendors, issue invoices, track payments, store and manage project files, generate business reports on turnover profit per client/manager etc.
More info » |
|