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
Remove emojis from async.md #3893
Conversation
|
I agree |
|
I reviewed the French translation, everything is clear. |
|
Reviewed the Spanish translation, everything is clear there as well. |
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.
LGTM
| @@ -63,13 +63,13 @@ Vamos ver aquela frase por partes na seção abaixo: | |||
|
|
|||
| ## Código assíncrono | |||
|
|
|||
| Código assíncrono apenas significa que a linguagem 💬 tem um jeito de dizer para o computador / programa 🤖 que em certo ponto, ele 🤖 terá que esperar por *algo* para finalizar em outro lugar. Vamos dizer que esse *algo* seja chamado "arquivo lento" 📝. | |||
| Código assíncrono apenas significa que a linguagem 💬 tem um jeito de dizer para o computador / programa que em certo ponto, ele terá que esperar por *algo* para finalizar em outro lugar. Vamos dizer que esse *algo* seja chamado "arquivo lento" 📝. | |||
|
|
|||
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.
some emojis are still left in PT version
|
Closing because the docs have been updated: #3273 (comment) |
This PR removes all emojis from the documentation page
async.mdto help with readability.A while back, I opened an issue regarding the amount of emojis in👍 vs 2👎 )!
async.md(#3273).Since then, the overwhelming majority has expressed their support in removing emojis from the page (25+
With these changes, I can read the page much more easily (more details in the issue above).
This PR should not be considered complete yet. The non-english versions have to be read by native speakers to make sure I didn't accidentally remove emojis which replaced verbs or nouns in a sentence.
In addition, this PR is a 100% removal of emojis - I'm sure they can be added back but in a less distracting manner (maybe only once and not after every instance of a word). I appreciate any comments regarding this.