Using Google Translate API in Python, how do you indicate that some text is not to be translated? The text I have includes variable names e.g. $name$
that should be left as is. I've tried wrapping these in quotes and angled brackets, but no success so far.
Using Google Translate API in Python, how do you indicate that some text is not to be translated?
898 Views Asked by MysteryHopper At
1
I just found something:
Related: