Automatic space in "12 V" and "1500 RPM", similar to auto substitution setting for measurements

Good day,

I am working on a document covering electrical equipment. 

The source document is full of "5V", "12V", as well as "1000RPM", "1500RPM" etc. (various numbers both for volts and rpm).

I do get the possibility to insert these numbers + units with ctrl + comma. However, in the target language, there should always be a space (preferably non-breaking) in between the number and the unit, e.g. "12 V", "1500 RPM". At the moment, I get an error in the messages window saying that I'm missing a number in the target segment (or something similar) after I have added the space manually. However, for several reasons, I wouldn't want to change/disable my QA settings.

When there are mm or cm measurements in the source, the non-breaking space gets added thanks to the setting under auto substitution. My question is, can I make Trados insert a non-breaking space even for V, RPM?

(I'm using Trados Studio 2021)

Parents
  • However, I don't think it will work for rpm. For this run a simple search and replace (\d)rpm with $1 rpm using regex. Same applies to Volts. You can adapt this to make the search and replace working for several units: (\d) ?(rpm|V|mV)\b and $1 §2
    Any further units must be added separated by the pipe | each.

    _________________________________________________________

    When asking for help here, please be as accurate as possible. Please always remember to give the exact version of product used and all possible error messages received. The better you describe your problem, the better help you will get.

    Want to learn more about Trados Studio? Visit the Community Hub. Have a good idea to make Trados Studio better? Publish it here.

Reply
  • However, I don't think it will work for rpm. For this run a simple search and replace (\d)rpm with $1 rpm using regex. Same applies to Volts. You can adapt this to make the search and replace working for several units: (\d) ?(rpm|V|mV)\b and $1 §2
    Any further units must be added separated by the pipe | each.

    _________________________________________________________

    When asking for help here, please be as accurate as possible. Please always remember to give the exact version of product used and all possible error messages received. The better you describe your problem, the better help you will get.

    Want to learn more about Trados Studio? Visit the Community Hub. Have a good idea to make Trados Studio better? Publish it here.

Children