Any way to turn off currency conversion in the "placeables"?

"Placeable" may be the wrong term: I have a segment which says

"Soit un montant égal à ses droits de 236 504,32 €"

There has previously been another segment with the same words but different number, which I translated as

"I.e. a sum equal to her rights of 555 666,77 €"

What I would like is for SDL simply to substitute the number:

"I.e. a sum equal to her rights of 236 504,32 €".

Instead it simply puts, er, nothing, but it recognises this as a 97% type match. 

So I press Alt-1 and then try and insert the "placeable", which is the whole currency sum, including the "€": but as it does so it tries to be helpful by converting to "€ 236,504.32".

I want to turn this off: I do all my number and currency processing after-the-fact, in a final stage of post-translation, using regex substitutions.  So I just want it to insert "236 504,32 €".

Even better would be for it to recognise that in fact this is an identical match (barring the number), and automatically put "I.e. a sum equal to her rights of 236 504,32 €".

Is there any way to do either of these things? NB my Project Settings --> Language Pairs --> French->English --> Auto-substitution --> Dates and Times: all 7 items are ticked.

Parents
  • I'm afraid there is no way to do this in the current version of Studio.  Your best options are probably these:

    1. let Studio do it's thing and search and replace the numbers to get the format you want afterwards
    2. use the RegexAutoSuggest provider to convert the numbers as you work

    I would go with 1. simply because this will ensure your TM is used efficiently and your numbers (albeit not formatted correctly) will be correct.  You just need to convert them before saving the target.

    You might be able to tackle this in a slighly different way... would need to be tested... by search replacing the source before you start so that the numbers are converted in the way you would like them.  The SDLXLIFF toolkit could help you with this, but as I said, this would need to be tested first to see if a different format in the source could result in the target you want.

    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

Reply
  • I'm afraid there is no way to do this in the current version of Studio.  Your best options are probably these:

    1. let Studio do it's thing and search and replace the numbers to get the format you want afterwards
    2. use the RegexAutoSuggest provider to convert the numbers as you work

    I would go with 1. simply because this will ensure your TM is used efficiently and your numbers (albeit not formatted correctly) will be correct.  You just need to convert them before saving the target.

    You might be able to tackle this in a slighly different way... would need to be tested... by search replacing the source before you start so that the numbers are converted in the way you would like them.  The SDLXLIFF toolkit could help you with this, but as I said, this would need to be tested first to see if a different format in the source could result in the target you want.

    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

Children