Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/nine-islands-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Add ptBR missing localization keys for choose organization session task
8 changes: 4 additions & 4 deletions packages/localizations/src/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -827,10 +827,10 @@ export const ptBR: LocalizationResource = {
createOrganization: {
formButtonReset: 'Cancelar',
formButtonSubmit: 'Criar nova organização',
formFieldInputPlaceholder__name: undefined,
formFieldInputPlaceholder__slug: undefined,
formFieldLabel__name: undefined,
formFieldLabel__slug: undefined,
formFieldInputPlaceholder__name: 'Minha organização',
formFieldInputPlaceholder__slug: 'minha-organizacao',
formFieldLabel__name: 'Nome',
formFieldLabel__slug: 'Rótulo do URL',
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we shouldn't translate slug. Rótulo do URL seems pretty weird.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I thought the same, but when @LauraBeatris added it I noticed we also use that "rótulo" in some other keys, so maybe we stick with it for consistency.

Copy link
Member

Choose a reason for hiding this comment

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

Oh, sounds good!

subtitle: 'Conte-nos um pouco sobre sua organização',
title: 'Configure sua conta',
},
Expand Down
Loading