Auto-localization of units of measurements

Hi everybody,

Recently I have received a file for translation with lots of segments with numbers plus units of measurements (e.g. 15.2 ml). Studio 2017 can’t auto-localize the whole segment in Russian and only provides AT suggestion like “15,2 ml”. So it localizes the number, but keeps the unit unchanged, and I have to manually edit the AT suggestion like “15,2 мл”. There are a lot of such segments, and I would like to streamline the translation process a bit.

I’ve decided to try TermInjector app from the AppStore to modify the output of the AT engine. With RegEx “([0-9]+).([0-9]+) ml=\1,\2 мл=” the app is able to localize sentences with units of measurements.

But it does not work with segments with only a number and a unit of measurements.

I’ve tried different regular expressions and exact match rules, but TermInjector can’t modify the required AT suggestion.

Is it possible to configure TermInjector so it can replace “ml” with “мл” in such segments?

Maybe there is another app for that, or I should somehow configure Studio (for example turn off AT suggestions for these segments)?

Parents Reply Children