Skip to content

Commit

Permalink
fix(localizations): Missing pt-BR translations (#1388)
Browse files Browse the repository at this point in the history
* fix(localizations): Missing pt-BR translations couldBeStronger & goodPassword

* Missing pt-BR.ts translations couldBeStronger / goodPassword

* Create pretty-moose-taste.md

---------

Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
  • Loading branch information
Gustavo-Pauli and nikosdouvlis authored Jun 21, 2023
1 parent 501eabc commit 0b55cdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-moose-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add missing pt-BR translations
2 changes: 2 additions & 0 deletions packages/localizations/src/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,8 @@ export const ptBR: LocalizationResource = {
},
zxcvbn: {
notEnough: 'Sua senha não é forte o suficiente.',
couldBeStronger: 'Sua senha funciona, mas poderia ser mais forte. Tente adicionar mais caracteres.',
goodPassword: 'Bom trabalho. Esta é uma ótima senha.',
warnings: {
straightRow: 'Letras que vêm em sequência no teclado são fáceis de adivinhar.',
keyPattern: 'Padrões de teclado curtos são fáceis de adivinhar.',
Expand Down

0 comments on commit 0b55cdf

Please sign in to comment.