Is there a way to leave specific strings untranslated? I have some product names which I want to stay intact across languages. Surrounding them with "" is not enough as they are still mapped to =GOOGLETRANSLATE(B2, "en", "...") in the spreadsheet.
I guess I could leave those strings out of FTS but it would be nice to have them all at a single place.
Is there a way to leave specific strings untranslated? I have some product names which I want to stay intact across languages. Surrounding them with
""is not enough as they are still mapped to=GOOGLETRANSLATE(B2, "en", "...")in the spreadsheet.I guess I could leave those strings out of FTS but it would be nice to have them all at a single place.