-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
mention google translate #9654
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
mention google translate #9654
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it’s nice - clarifies our position
|
||
.. _`unofficial translations`: https://symfony.com/blog/discontinuing-the-symfony-community-translations | ||
We have taken steps to improve the experience when using | ||
`google translate`_ to prevent code blocks from being translated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
google translate
-> Google Translate
... and there's other occurrence below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@lsmith77 about this idea:
It'd be great to be 100% inclusive about language, but the truth is that having a basic English level is one of the requisites to use Symfony. Having a medium PHP level is another requisite. To make things easier for people, we're super careful to not use idioms or uncommon English words in the docs (I've asked @weaverryan several times to simplify some of the words he used in some of his contributions). If someone can't read the Symfony Docs in English, they won't be able to use Symfony: command names are in English, command help is in English, error pages are in English, the profiler and debug toolbar are in English, all foundational concepts are in English and lots of them are hard to translate to other languages: "event dispatcher", "service decoration", "message bus", "routing", etc. |
I am not an expert and I will try to seek some articles on this topic, but I would assume its not a “binary” thing, ie. people may need to speak a bit of english but sometimes they will struggle and then having a translation helps both to understand something but also to improve their english. as for jargo terms like “event dispatcher” .. I think those will also be learned. furthermore if we can bing down the barrier to entry we can also create motivation to learn and improve their english skills. I remember especially on IRC we had a lot of people that steadily improved their language skills over months of interacting via chat. finally such efforts are also a way that we can show that we care about people that speak other languages natively. in a way its a token of respect. |
so my tl;dr on this topic: lets try to do as much as we can reasonably can. so f.e. if someone implements such a translation button I don’t think it would be a burden to have it. and we could also track how often it is used to see how useful it is. |
also remove mention of unofficial translations since these are no longer accessible
I thought this was a good idea so I implemented it on www.doctrine-project.org. Just thought I would share if you all wanted to do something similar. doctrine/doctrine-website#141 |
@jwage would be interesting to collect some analytics data on how often this feature is used and what languages are picked most often. |
I will add some Google analytics tracking to it and report back with the results. |
Here is the data after a few days. It is not very much. Only 50 attempts to translate have been recorded over the last 3 days. |
Thanks Lukas. |
This PR was merged into the 2.7 branch. Discussion ---------- mention google translate also remove mention of unofficial translations since these are no longer accessible to further simplify the use of google translate, we might want to consider to add a drop down with the lets say top 5 languages spoken in the countries that most frequently visit symfony.com .. or we might even provide a dynamic "translate" button by looking at the browser language settings. Commits ------- d6b0de4 mention google translate
@jwage I guess it does show like its being used .. though the fact that some people translate to english seems odd. |
@lsmith77 it is probably from people changing back to English. I did this a few times when testing in production. I will check the data in a few days and provide an update. |
also remove mention of unofficial translations since these are no longer accessible
to further simplify the use of google translate, we might want to consider to add a drop down with the lets say top 5 languages spoken in the countries that most frequently visit symfony.com .. or we might even provide a dynamic "translate" button by looking at the browser language settings.