-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Correcting a little error on pt-BR.po #2778
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
Conversation
Correcting little error, that do not translate the msgid: "This segment should take about 15 minutes. It contains:"
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Adding the left corrections
Hello,
I added more corrections for translating all remaining similar messages that were not translated yet.
The CI suggests looking at https://github.com/google/comprehensive-rust/blob/main/TRANSLATIONS.md#creating-and-updating-translations -- I think there's a bit more to do here?
@Gabriel-Sousa-Amorim We appreciate your contribution, but the moment it is not possible to merge this PR. Please take a look at the logs of the failing checks and the instructions provided by @djmitche above.
Hey @Gabriel-Sousa-Amorim, the check that prevents this PR from being merged is a bit... terse! But let me explain: it simply requires you to update the pt-BR.po file using Refreshing an Existing Translation.
This means that you must
- Install the project tools:
cargo xtask install-tools(you probably already did this) - Build the book:
mdbook build(I guess you did this too) - Merge the fresh
book/xgettext/messages.potfile intopo/pt-BR.po(you did not do this)
This is all: you will know that you've done it correctly when you see the POT-Creation-Date header change. It's currently set to
"POT-Creation-Date: 2024年07月09日T12:20:23-07:00\n"
The CI script simply checks that this line changes when any of the msgid fields change (to ensure you build a valid and consistent .po file).
Uh oh!
There was an error while loading. Please reload this page.
Hello Everyone!
Correcting little error, that do not translate to Brazilian Portuguese in
po/pt-BR.po, adding a sentence in the end of the string for correct translation...The correction is related with the following issue:
#2777