Skip to content

Commit

Permalink
feat(i18n): Added Portuguese (Brazil) translation (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierNotFound authored Dec 1, 2023
1 parent 5558568 commit b5a91c5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,22 @@ export const locales: Locales = {
contributedToText: "Contribuiu em (ano passado)",
rtlDirection: false,
},
"pt-BR": {
titleCard: "Estatísticas do GitHub de {name}",
followersText: "Seguidores",
followingText: "Seguindo",
totalReposText: "Total de Repositórios",
starsCountText: "Contagem de Estrelas",
forksCountText: "Contagem de Forks",
commitsCountText: "Contagem de Commits",
totalPRText: "Total de PRs",
totalPRMergedText: "Total de PRs Mesclados",
totalPRReviewedText: "Total de PRs Revisados",
totalIssuesText: "Total de Issues",
totalIssuesClosedText: "Total de Issues Encerradas",
totalDiscussionStartedText: "Discussões Iniciadas",
totalDiscussionAnsweredText: "Discussões Respondidas",
contributedToText: "Contribuiu para (ano passado)",
rtlDirection: false,
},
}

0 comments on commit b5a91c5

Please sign in to comment.