Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add feature to display text in Spanish, and possibly other languages #74

Open
ScorchConway opened this issue May 5, 2017 · 4 comments

Comments

@ScorchConway
Copy link
Contributor

We could potentially use a service like this:
https://support.google.com/translate/answer/2534601?hl=en
or we could write our own translation with the help of CfD members, and incorporate it ourselves.

@bricechilders
Copy link
Contributor

So, the premise of the service is that it's basically applying google translate to our page? That sounds convenient, but I've also seen google translate make horrors out of other pages when I translate them. I wonder if there's some option to tell google - "when you read X, display X', not your translation of X".

We'll also need to translate any text in images and send those images instead when the user requests the site en espanol. Also the map.

@bricechilders
Copy link
Contributor

Other people discussing this issue:

http://stackoverflow.com/questions/14633081/can-i-override-google-translates-translation-with-my-own-translation

https://productforums.google.com/forum/#!topic/translate/mJmKKlyozs8;context-place=forum/translate

Maybe the Translator Toolkit is fixed by now? Although according to wiki, it doesn't seem like exactly what we want:

https://en.wikipedia.org/wiki/Google_Translator_Toolkit

Instead, it seems like it is for translating things in their totality before they are pushed into the world, rather than translating them at runtime with a few tweaks. In which case, it might be a useful tool for translating the site - but we'd still just be storing a separate lookup of strings for each language the user might request.

@bricechilders
Copy link
Contributor

@JasminBarco
Copy link

This is not a current priority.

@wdoug wdoug added this to Inbox in codefordenver/Circular Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants