Skip to content

Commit

Permalink
chore: fix pt br locales (anuraghazra#767)
Browse files Browse the repository at this point in the history
* fix: the correct term is 'Commits' instead of 'Compromissos'

* fix: the correct term is 'Commits' instead of 'Problemas'

* fix: the correct term is 'Arquivados' instead of 'Arquivada'

* fix: the correct term is 'Linguagens' instead of 'Linguas'
  • Loading branch information
carlos3g authored Jan 3, 2021
1 parent d04f721 commit 68f02b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const statCardLocales = ({ name, apostrophe }) => {
kr: "전체 커밋 수",
nl: "Totale Commits",
"pt-pt": "Total de Commits",
"pt-br": "Total de compromissos",
"pt-br": "Total de Commits",
np: "कुल Commits",
el: "Σύνολο Commits",
ru: "Всего коммитов",
Expand Down Expand Up @@ -99,7 +99,7 @@ const statCardLocales = ({ name, apostrophe }) => {
kr: "이슈 개수",
nl: "Totale Issues",
"pt-pt": "Total de Issues",
"pt-br": "Total de problemas",
"pt-br": "Total de Issues",
np: "कुल मुद्दाहरू",
el: "Σύνολο Ζητημάτων",
ru: "Всего issue",
Expand Down Expand Up @@ -166,7 +166,7 @@ const repoCardLocales = {
kr: "보관됨",
nl: "Gearchiveerd",
"pt-pt": "Arquivados",
"pt-br": "Arquivada",
"pt-br": "Arquivados",
np: "अभिलेख राखियो",
el: "Αρχειοθετημένα",
ru: "Архивирован",
Expand All @@ -190,7 +190,7 @@ const langCardLocales = {
kr: "가장 많이 사용된 언어",
nl: "Meest gebruikte talen",
"pt-pt": "Idiomas mais usados",
"pt-br": "Línguas Mais Usadas",
"pt-br": "Linguagens mais usadas",
np: "अधिक प्रयोग गरिएको भाषाहरू",
el: "Οι περισσότερο χρησιμοποιούμενες γλώσσες",
ru: "Наиболее часто используемые языки",
Expand Down

0 comments on commit 68f02b0

Please sign in to comment.