You are currently working on UAT 

Non-translatable text

Hi,

I have an Excel file containing a lot of segments with non-translatable text delimited by curly brackets, like this:

Dispensing of {1,choice,1#denomination|1<denominations} {0} locked.

Is there any way to have Studio recognize such expressions and let me insert them in the target text, e.g. by using Regex Match AutoSuggest Provider?

Kind regards

 

Sandor

Parents
No Data
Reply Children
  • Guys, I'm afraid your solution is completely wrong anyway... because obviously NOT ALL CONTENT OF THE CURLY BRACES SHOULD BE LOCKED! The words "denomination" and "denominations" should be translated as well!
    The entire problem is way more complex - the string format is in fact extremely localization unfriendly, obviously invented by some programmers without a clue.
    The string actually represents multiple sentences, depending on the number (the braces actually represent a "code" containing a logic to be used to construct the resulting string):
    Dispensing of denomination {0} locked.
    Dispensing of denominations {0} locked.

    So you CANNOT LOCK THE ENTIRE CONTENT as it will ruin the translation and make it a nonsense.