I'm integrating google's website translator[1] to a client's site.
Everything worked fine and translations were working... however it seems to erronously (and inconsistently) translate the GBP symbol (£) to whatever currency the target language uses. For instance for French and German the symbol is (sometimes) replaced by a EUR symbol (€).
This only happens sometimes, but I can't find a common link between the occurrences other than the currency symbol, so unsure what to do to prevent it.
Obviously £10 will never be the same as $10 or R10 or €10 - so I find myself needing to prevent google from translating currency symbols while allowing it to translate everything else.
The only lead I could find was from their own help[2], but it involves wrapping every instance of the currency symbol in a span or div which is completely impractical for this application.
Does anyone know a better way?