google-translate-api
google-translate-api copied to clipboard
Add support for right-to-left translation for languages that use right-to-left text
Could support for translating to right-to-left text (if the language being translated to has it's text in right-to-left format) be added to this API? This will fix https://github.com/matheuss/google-translate-api/issues/91 if done. Having a list of all the language codes of the languages that use right-to-left text and checking if the language code passed exactly matches one of those language codes would fix this issue.
Could this be looked at like with #13?
Hi @coltongit ! Could show a code how it can be used in translating text?