Skip to content

Fix missing diacritics in Portuguese email templates#1071

Merged
ebma merged 3 commits into
add-language-specific-supabase-templatefrom
copilot/sub-pr-1070
Feb 18, 2026
Merged

Fix missing diacritics in Portuguese email templates#1071
ebma merged 3 commits into
add-language-specific-supabase-templatefrom
copilot/sub-pr-1070

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 18, 2026

Addresses missing diacritical marks in Portuguese text for magic_link.html and signup.html email templates.

Changes

  • Title and headers: codigocódigo, enderecoendereço
  • Pronouns and verbs: Voce/voceVocê/você, naonão
  • Footer links: ServicoServiço, PoliticaPolítica, DuvidasDúvidas

All affected text appears in conditional {{ if $isBrazil }} blocks for Brazilian Portuguese users.

{{ if $isBrazil }}
<p class="message">
  Você solicitou um código de verificação para entrar na sua conta Vortex.
  Digite o código abaixo para concluir o login:
</p>
{{ else }}

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 18, 2026

Deploy Preview for vortex-sandbox ready!

Name Link
🔨 Latest commit 9a1de01
🔍 Latest deploy log https://app.netlify.com/projects/vortex-sandbox/deploys/6995f9c82cd26100080c8987
😎 Deploy Preview https://deploy-preview-1071--vortex-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Co-authored-by: ebma <6690623+ebma@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP: Address feedback on language specific supabase template PR Fix missing diacritics in Portuguese email templates Feb 18, 2026
Copilot AI requested a review from ebma February 18, 2026 17:39
@ebma ebma marked this pull request as ready for review February 18, 2026 17:41
@ebma ebma merged commit 096a5aa into add-language-specific-supabase-template Feb 18, 2026
3 of 4 checks passed
@ebma ebma deleted the copilot/sub-pr-1070 branch February 18, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants