-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Spanish translation for section async #1290
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
Spanish translation for section async #1290
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1290 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 227 226 -1
Lines 6805 6785 -20
=========================================
Continue to review full report at Codecov.
|
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.
Thank you so much for your effort @alvaropernas 🚀 👍
This was a long, complex one!
I know the changes may look a bit overwhelming, but they are minor details. Here's the summary of the suggestions:
- Removing double spaces and spaces after commas
- Maintaining consistency between "tu" and "usted"
- Keeping the central FastAPI terms like "path operation function" in English for consistency
- Other typos}
Thanks again! 🎉 🍰
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
|
Thanks Maria, I had doubts about what should be translated. |
Hey, no worries. We are also always debating what should or shouldn't be translated. It isn't an exact science at all. Our main concern is to keep in English very technical terms that don´t have comfortable translations to Spanish, or that are core FastAPI terms. Thank you for your work! 🍰 🚀 |
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.
Thank you! 🚀
|
Thanks for your contribution @alvaropernas ! 🍰 🚀 And thanks @mariacamilagl for your review and help 🤓 ☕ |
Hi,
Here is my first approach.
Appreciate any comments, thks!!