From 2e9e46a9f1db4808468ce9c183f5be2d6cd65133 Mon Sep 17 00:00:00 2001 From: joaoback <156559121+joaoback@users.noreply.github.com> Date: Tue, 23 Dec 2025 04:28:53 -0300 Subject: [PATCH] Update translation.json (pt-BR) (#20131) Correcting a translation that had an incomplete variable. --- src/lib/i18n/locales/pt-BR/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 91a8250118..8d98876535 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -12,7 +12,7 @@ "{{COUNT}} Available Tools": "{{COUNT}} Ferramentas disponíveis", "{{COUNT}} characters": "{{COUNT}} caracteres", "{{COUNT}} extracted lines": "{{COUNT}} linhas extraídas", - "{{COUNT}} files": "{COUNT}} arquivos", + "{{COUNT}} files": "{{COUNT}} arquivos", "{{COUNT}} hidden lines": "{{COUNT}} linhas ocultas", "{{COUNT}} Replies": "{{COUNT}} Respostas", "{{COUNT}} Rows": "{{COUNT}} Linhas",