@VladZen I just wrote a simple project to translate the .lang.csv-file (contains only RU textstrings) from one project to English. But I'm facing a problem when the text to translate contains ZP variable names like "Профиль ""{-Variable.nameProfile-}"" - выполнили все действия на сайте: {-Variable.shortUrl-}". The translation cube using google translate webinterface fails without any explicit error message and when I try to "mask" or replace the { or } via text-processing I'm getting the error message "Running the TextProcessing No such variable: nameProfile"
How can I suppress the parsing of Zenno variables in text processing or translation actions (cubes)?