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

fix(l10n): localize translation banner in pt-BR #11018

Merged
merged 1 commit into from
May 27, 2024

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Apr 29, 2024

Summary

Problem

Translated locales have a banner at the top, and it is usually localized in the current locale, but the pt-BR locale shows the banner in English.

Solution

Add the pt-BR translation.


Screenshots

Before

image

After

image

How did you test this change?

Ran yarn dev and opened http://localhost:3000/pt-BR/docs/Learn locally.

@caugner caugner requested review from a team and clovislima and removed request for a team April 29, 2024 10:22
@caugner caugner marked this pull request as ready for review April 29, 2024 10:22
@caugner caugner requested a review from a team as a code owner April 29, 2024 10:22
"pt-BR": {
linkText:
"Esta página foi traduzida do inglês pela comunidade. Saiba mais e junte-se à comunidade MDN Web Docs.",
url: "/pt-BR/docs/MDN/Community/Contributing/Translated_content#locais_ativos",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/yari-content-pt-br Unfortunately, this page does not seem to be translated yet. Would you be interested in translating it?

Copy link
Contributor

@argl argl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@argl argl merged commit f4ce821 into main May 27, 2024
14 checks passed
@argl argl deleted the translate-localized-note-in-pt-br branch May 27, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants