Skip to content

Commit

Permalink
fix(l10n): localize translation banner in pt-BR (#11018)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored May 27, 2024
1 parent 7164c71 commit f4ce821
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ export function LocalizedContentNote({
linkText:
"이 페이지는 영어로부터 커뮤니티에 의하여 번역되었습니다. MDN Web Docs에서 한국 커뮤니티에 가입하여 자세히 알아보세요.",
},
"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",
},
ru: {
linkText:
"Эта страница была переведена с английского языка силами сообщества. Вы тоже можете внести свой вклад, присоединившись к русскоязычному сообществу MDN Web Docs.",
Expand Down

0 comments on commit f4ce821

Please sign in to comment.